Click here to Skip to main content
15,891,698 members

Comments by Abey Thomas (Top 39 by date)

Abey Thomas 24-Sep-13 5:40am View    
should work :)
Abey Thomas 12-Sep-13 10:32am View    
Have you defined the Connection String in your web.config?
Another problem I see in your code is the sql query. You are missing an = (equals to) symbol

string cmdStr = "Select count(*) from Registration where username='" + TextBox1.Text + "'";
Abey Thomas 3-Nov-12 2:44am View    
Reason for my vote of 5
Nice tip. I will be using this someday :)
Abey Thomas 8-Feb-12 1:47am View    
what is the exception....?! please provide a dump of that.
Abey Thomas 8-Feb-12 1:39am View    
No code formatting, no explanation of what the error is.. how do someone help you?