15,991,533 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Ganesh Raja (Top 27 by date)
Ganesh Raja
2-Apr-14 6:27am
View
what is the need? can you elaborate your requirement?
instead of using the array list you can declare table and use.
Ganesh Raja
26-Dec-13 5:18am
View
Are you sure?
After my testing only added this solution.
Ganesh Raja
26-Dec-13 2:57am
View
what is the name/ip you giving while connecting through sql management studio?
else give .[dot] or localhost
Data Source=.;Database=master; User Id=sa;Password=password
Ganesh Raja
24-Dec-13 9:24am
View
you need to search in table data ?or
Ganesh Raja
24-Dec-13 4:51am
View
Can u pls check the below..and its working.
string temp = DateTime.Parse("24/12/2013").ToString("dd-MM");
Ganesh Raja
24-Dec-13 2:31am
View
If u have 2 columns then what you need to show in nextvisitdate?
its a current(getdate()) date or some other?
Ganesh Raja
18-Dec-13 7:56am
View
What is the error?
Ganesh Raja
10-Dec-13 23:45pm
View
You can use print statement to check the same in procedure(Ex: use print statement inside and outside of cursor and while )
Ganesh Raja
10-Dec-13 22:39pm
View
Can you add some sample data?
Ganesh Raja
10-Dec-13 10:49am
View
What is the issue in that..?
Multiline text is hiding or you are facing some other issue?
Ganesh Raja
10-Dec-13 8:50am
View
Already the @DateFrom and @DateTo in datetime format then why u r trying to convert again?
Ganesh Raja
9-Dec-13 11:00am
View
U r facing the problem for specific host or all?
try to check any other test environment.
B'coz i have used TamirSSH and its working fine.
Ganesh Raja
9-Dec-13 10:35am
View
Which one is common column in both the table? or u r applying cross join?
Share some sample...
Ganesh Raja
9-Dec-13 10:31am
View
Share me the code to solve this or have u register more than one time in same page with prefix?
Ganesh Raja
9-Dec-13 10:04am
View
Thanks for the post...:)
Basically the row level lock will happen when we are trying to update and delete the data.But if more then 1 user access to update or delete the data in same time,then how can we handle the situation?[it will queued and will wait for certain time and process the request in db side but the first data updation taking long time then surly next queue data will throw the dead lock error right?]
Is this need to handle in db side or application side?
Ganesh Raja
9-Dec-13 10:03am
View
Thanks for the post...:)
Basically the row level lock will happen when we are trying to update and delete the data.But if more then 1 user access to update or delete the data in same time,then how can we handle the situation?[it will queued and will wait for certain time and process the request in db side but the first data updation taking long time then surly next queue data will throw the dead lock error right?]
Is this need to handle in db side or application side?
Ganesh Raja
9-Dec-13 9:41am
View
Hi ,First create a sample windows service application with required time interval(Enable logging) and install and check the same.
Ganesh Raja
9-Dec-13 3:21am
View
Refer this and change the timeframe accordingly...
http://stick2basic.wordpress.com/2013/02/22/how-to-schedule-a-c-windows-service-to-run-a-method-daily/
Ganesh Raja
9-Dec-13 2:36am
View
Can you explain the Question clearly..?
Ganesh Raja
6-Dec-13 7:02am
View
i have verified and this working fine when that particular condition (Length) is satisfied.
Ganesh Raja
6-Dec-13 1:48am
View
Have u verified the path(try to manually find the file using the path though explorer) and sheet name ?(xls or xlsx)
Ganesh Raja
5-Dec-13 8:35am
View
can you tell me, Earlier your user(RAKESH-PC\RAKESH) default database is mapped as HIREITDB..?
Once u change the path, u have given the service restart?
Ganesh Raja
5-Dec-13 8:20am
View
When ever u r using the page response's like upload, download, redirect things in update panel surly it will fail so that i have posted the code will help to disable the update panel for given time in(timeout).
OR
try another method to user the <Triggers>
.........................................
<UpdatePanel runat="server">
<contenttemplate>
...
<asp:Button runat="server" ID="myButton" />
...
<Triggers>
<asp:PostBackTrigger ControlID="myButton" />
</Triggers>
Ganesh Raja
5-Dec-13 6:48am
View
Can u pls check conversion in my code
Ganesh Raja
5-Dec-13 6:37am
View
The error is meaning the file is already opened or accessed by another user so can u kill the process of the file and check the same.
Ganesh Raja
5-Dec-13 5:38am
View
Before sorting only u r doing the conversion or before loading the data to gridview u r doing the conversion?
Ganesh Raja
5-Dec-13 5:34am
View
u can add the that code in "Button1_Click" event.
Note: If the data is available, add that code after binding or if the data not available add this code after adding the columns.
Show More