Click here to Skip to main content
15,867,977 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Repeater in update panel Pin
Abhijit Jana5-Sep-09 1:25
professionalAbhijit Jana5-Sep-09 1:25 
GeneralRe: Repeater in update panel Pin
Shahdat Hosain5-Sep-09 2:22
Shahdat Hosain5-Sep-09 2:22 
GeneralRe: Repeater in update panel Pin
Abhijit Jana5-Sep-09 2:26
professionalAbhijit Jana5-Sep-09 2:26 
QuestionCan we have a masked textbox in asp.net website Pin
Flavia A5-Sep-09 0:24
Flavia A5-Sep-09 0:24 
AnswerRe: Can we have a masked textbox in asp.net website Pin
CrazyCoder265-Sep-09 0:26
CrazyCoder265-Sep-09 0:26 
AnswerRe: Can we have a masked textbox in asp.net website Pin
Abhijit Jana5-Sep-09 0:28
professionalAbhijit Jana5-Sep-09 0:28 
Questionchek name is this exist or not in database Pin
rummer4-Sep-09 23:32
rummer4-Sep-09 23:32 
AnswerRe: chek name is this exist or not in database Pin
Blue_Boy4-Sep-09 23:37
Blue_Boy4-Sep-09 23:37 
if(select count(*) from tablename where username='username') >0)<br />
begin<br />
print 'Username exists'<br />
else<br />
print 'username does not exists'<br />
end



I Love T-SQL
"Don't torture yourself,let the life to do it for you."
If my post helps you kindly save my time by voting my post.

www.aktualiteti.com

AnswerRe: chek name is this exist or not in database Pin
Abhijit Jana4-Sep-09 23:39
professionalAbhijit Jana4-Sep-09 23:39 
Questioncheck name allready exist or not Pin
rummer4-Sep-09 23:02
rummer4-Sep-09 23:02 
AnswerRe: check name allready exist or not Pin
Abhijit Jana4-Sep-09 23:07
professionalAbhijit Jana4-Sep-09 23:07 
AnswerRe: check name allready exist or not Pin
Manas Bhardwaj5-Sep-09 0:39
professionalManas Bhardwaj5-Sep-09 0:39 
GeneralRe: check name allready exist or not Pin
Abhijit Jana5-Sep-09 0:52
professionalAbhijit Jana5-Sep-09 0:52 
GeneralRe: check name allready exist or not Pin
Manas Bhardwaj5-Sep-09 1:12
professionalManas Bhardwaj5-Sep-09 1:12 
GeneralRe: check name allready exist or not Pin
Abhijit Jana5-Sep-09 1:28
professionalAbhijit Jana5-Sep-09 1:28 
GeneralRe: check name allready exist or not Pin
Manas Bhardwaj5-Sep-09 1:45
professionalManas Bhardwaj5-Sep-09 1:45 
AnswerRe: check name allready exist or not Pin
Brij5-Sep-09 1:03
mentorBrij5-Sep-09 1:03 
GeneralRe: check name allready exist or not Pin
Abhijit Jana5-Sep-09 1:37
professionalAbhijit Jana5-Sep-09 1:37 
GeneralRe: check name allready exist or not Pin
Brij5-Sep-09 2:08
mentorBrij5-Sep-09 2:08 
QuestionJavascript code for check duplicate username [modified] Pin
rummer4-Sep-09 22:31
rummer4-Sep-09 22:31 
AnswerRe: Javascript code for check duplicate username Pin
Abhijit Jana4-Sep-09 22:48
professionalAbhijit Jana4-Sep-09 22:48 
AnswerRe: Javascript code for check duplicate username Pin
Manas Bhardwaj5-Sep-09 0:41
professionalManas Bhardwaj5-Sep-09 0:41 
Questionmenuitems Pin
mylogics4-Sep-09 22:07
professionalmylogics4-Sep-09 22:07 
AnswerRe: menuitems Pin
Abhijit Jana4-Sep-09 22:16
professionalAbhijit Jana4-Sep-09 22:16 
AnswerRe: menuitems Pin
tagyurit5-Sep-09 3:55
tagyurit5-Sep-09 3:55 

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.