Click here to Skip to main content
15,899,126 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCustom control inside UpdatePanel throws warning Pin
miniThomas12-Nov-09 21:55
miniThomas12-Nov-09 21:55 
AnswerRe: Custom control inside UpdatePanel throws warning Pin
Abhijit Jana13-Nov-09 7:21
professionalAbhijit Jana13-Nov-09 7:21 
GeneralRe: Custom control inside UpdatePanel throws warning Pin
miniThomas16-Nov-09 1:35
miniThomas16-Nov-09 1:35 
QuestionSql Helper Pin
Amit Patel198512-Nov-09 21:18
Amit Patel198512-Nov-09 21:18 
AnswerRe: Sql Helper Pin
Abhishek Sur12-Nov-09 22:38
professionalAbhishek Sur12-Nov-09 22:38 
AnswerRe: Sql Helper Pin
Abhijit Jana13-Nov-09 7:25
professionalAbhijit Jana13-Nov-09 7:25 
GeneralRe: Sql Helper Pin
sam4u2u13-Nov-09 16:42
sam4u2u13-Nov-09 16:42 
QuestionData base Pin
Amit Patel198512-Nov-09 20:06
Amit Patel198512-Nov-09 20:06 
Hi all,

i want to check whether user exist or not for this i know what to do if u have good way then please suggest me.

I m running select query using execute reader.
MySqlConnection con = new MySqlConnection((connectionString));

          MySqlCommand cmd = new MySqlCommand(query, con);

          con.Open();


          return (cmd.ExecuteReader());


now i check reader contains something or not in that way i decide. if any other good way then suggest me.

Thanks and regards

Amit PAtel
AnswerRe: Data base Pin
N a v a n e e t h12-Nov-09 20:16
N a v a n e e t h12-Nov-09 20:16 
GeneralRe: Data base Pin
Amit Patel198512-Nov-09 20:25
Amit Patel198512-Nov-09 20:25 
Questionregarding unit testing Pin
Amit Spadez12-Nov-09 19:06
professionalAmit Spadez12-Nov-09 19:06 
AnswerRe: regarding unit testing Pin
N a v a n e e t h12-Nov-09 19:38
N a v a n e e t h12-Nov-09 19:38 
GeneralRe: regarding unit testing Pin
Amit Spadez12-Nov-09 19:45
professionalAmit Spadez12-Nov-09 19:45 
GeneralRe: regarding unit testing Pin
N a v a n e e t h12-Nov-09 19:59
N a v a n e e t h12-Nov-09 19:59 
AnswerRe: regarding unit testing Pin
sashidhar12-Nov-09 19:42
sashidhar12-Nov-09 19:42 
Questionsession timeout Pin
Dot-Net-Dev12-Nov-09 18:00
Dot-Net-Dev12-Nov-09 18:00 
AnswerRe: session timeout Pin
Aman Bhullar12-Nov-09 19:30
Aman Bhullar12-Nov-09 19:30 
AnswerRe: session timeout Pin
N a v a n e e t h12-Nov-09 19:43
N a v a n e e t h12-Nov-09 19:43 
GeneralRe: session timeout Pin
Paulo Zemek13-Nov-09 7:31
Paulo Zemek13-Nov-09 7:31 
GeneralRe: session timeout Pin
Gamzun13-Nov-09 9:17
Gamzun13-Nov-09 9:17 
QuestionInterop Excel Pin
mithun narayanan12-Nov-09 17:40
mithun narayanan12-Nov-09 17:40 
QuestionMail sending error-Partial Class Mailreceiver Pin
Member 426027012-Nov-09 16:57
Member 426027012-Nov-09 16:57 
AnswerRe: Mail sending error-Partial Class Mailreceiver Pin
N a v a n e e t h12-Nov-09 17:41
N a v a n e e t h12-Nov-09 17:41 
GeneralRe: Mail sending error-Partial Class Mailreceiver Pin
Member 426027012-Nov-09 19:49
Member 426027012-Nov-09 19:49 
GeneralRe: Mail sending error-Partial Class Mailreceiver Pin
N a v a n e e t h12-Nov-09 20:00
N a v a n e e t h12-Nov-09 20:00 

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.