Click here to Skip to main content
15,891,316 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionConnect C# win app and ASP.Net/C# website using HttpRequests? Pin
Mtyb30-Jun-09 1:58
Mtyb30-Jun-09 1:58 
AnswerIgnore repost Pin
Manas Bhardwaj30-Jun-09 2:00
professionalManas Bhardwaj30-Jun-09 2:00 
AnswerRe: Connect C# win app and ASP.Net/C# website using HttpRequests? Pin
Niladri_Biswas30-Jun-09 2:54
Niladri_Biswas30-Jun-09 2:54 
GeneralRe: Connect C# win app and ASP.Net/C# website using HttpRequests? Pin
Mtyb30-Jun-09 3:03
Mtyb30-Jun-09 3:03 
AnswerRe: Connect C# win app and ASP.Net/C# website using HttpRequests? Pin
Abhijit Jana30-Jun-09 10:47
professionalAbhijit Jana30-Jun-09 10:47 
GeneralRe: Connect C# win app and ASP.Net/C# website using HttpRequests? Pin
Mtyb30-Jun-09 11:46
Mtyb30-Jun-09 11:46 
QuestionError handling Pin
<<Tash18>>30-Jun-09 1:49
<<Tash18>>30-Jun-09 1:49 
AnswerRe: Error handling Pin
Manas Bhardwaj30-Jun-09 1:59
professionalManas Bhardwaj30-Jun-09 1:59 
HasRows returns a bool to indicate if you have any rows retuned, but it doesn't actually advanced the reader to the next (or first) row. You need to replace the call to HasRows with a call to Read(), which advanced the reader to the next row. Read() will return false if there are no more rows to read.

Manas Bhardwaj
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

GeneralRe: Error handling Pin
<<Tash18>>30-Jun-09 2:14
<<Tash18>>30-Jun-09 2:14 
AnswerRe: Error handling Pin
K030630-Jun-09 2:02
K030630-Jun-09 2:02 
AnswerRe: Error handling Pin
Not Active30-Jun-09 2:02
mentorNot Active30-Jun-09 2:02 
QuestionHow do I read the received emails using ASP .NET? Pin
S.Dhanasekaran29-Jun-09 23:23
S.Dhanasekaran29-Jun-09 23:23 
AnswerRe: How do I read the received emails using ASP .NET? Pin
r a m e s h30-Jun-09 0:10
r a m e s h30-Jun-09 0:10 
GeneralRe: How do I read the received emails using ASP .NET? Pin
r a m e s h30-Jun-09 0:14
r a m e s h30-Jun-09 0:14 
QuestionDrag and Drop columns in gridview through javascript. Pin
pujafaldu29-Jun-09 21:27
pujafaldu29-Jun-09 21:27 
Questionwhat is the purpose of cookies in ASP.net Pin
Muhammad Tufail 197929-Jun-09 21:25
Muhammad Tufail 197929-Jun-09 21:25 
AnswerRe: what is the purpose of cookies in ASP.net Pin
Abhijit Jana29-Jun-09 21:40
professionalAbhijit Jana29-Jun-09 21:40 
GeneralRe: what is the purpose of cookies in ASP.net Pin
javedk0929-Jun-09 23:12
javedk0929-Jun-09 23:12 
GeneralRe: what is the purpose of cookies in ASP.net Pin
J4amieC29-Jun-09 23:20
J4amieC29-Jun-09 23:20 
AnswerRe: what is the purpose of cookies in ASP.net Pin
himanshu256129-Jun-09 21:41
himanshu256129-Jun-09 21:41 
AnswerRe: what is the purpose of cookies in ASP.net Pin
Manas Bhardwaj29-Jun-09 21:57
professionalManas Bhardwaj29-Jun-09 21:57 
GeneralRe: what is the purpose of cookies in ASP.net Pin
J4amieC29-Jun-09 23:21
J4amieC29-Jun-09 23:21 
QuestionAjaxControlToolkit.AnimationExtender Pin
Mr.Himansu29-Jun-09 20:51
Mr.Himansu29-Jun-09 20:51 
QuestionDebugging ASP.NET . C# Pin
ptr_Electron29-Jun-09 20:17
ptr_Electron29-Jun-09 20:17 
AnswerRe: Debugging ASP.NET . C# Pin
Abhijit Jana29-Jun-09 20:43
professionalAbhijit Jana29-Jun-09 20:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.