Click here to Skip to main content
16,004,927 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionLooking for an elegant way to filter a grid visually Pin
Member 9610-May-06 10:07
Member 9610-May-06 10:07 
AnswerRe: Looking for an elegant way to filter a grid visually Pin
minhpc_bk10-May-06 15:45
minhpc_bk10-May-06 15:45 
GeneralRe: Looking for an elegant way to filter a grid visually Pin
Member 9611-May-06 6:10
Member 9611-May-06 6:10 
QuestionPrinting attachments along with text Pin
prettyjcfreak10-May-06 9:42
prettyjcfreak10-May-06 9:42 
AnswerRe: Printing attachments along with text Pin
prettyjcfreak11-May-06 8:09
prettyjcfreak11-May-06 8:09 
QuestionExecuteScalar Pin
lehya10-May-06 9:40
lehya10-May-06 9:40 
AnswerRe: ExecuteScalar Pin
albCode10-May-06 21:44
albCode10-May-06 21:44 
GeneralRe: ExecuteScalar Pin
lehya10-May-06 23:05
lehya10-May-06 23:05 
ExecuteScalar will return an obj value..We will check it out like
object val = comm.ExecuteScalar();
if(val != null)
{
//alert message goes here
}

So, when both username and email are correct then only it will return..But i want to check for username separately and email too..someone can enter a different username for an exisiting email address in database..so i want to check either username as well email address is already present...If username is present then it will alert already username exists and email address already registered...then no need of registering once again...This is the idea behind my topic.
GeneralRe: ExecuteScalar Pin
albCode10-May-06 23:13
albCode10-May-06 23:13 
QuestionselectedItem cells in dataGrid Pin
janetb9910-May-06 9:23
janetb9910-May-06 9:23 
AnswerRe: selectedItem cells in dataGrid Pin
janetb9911-May-06 7:31
janetb9911-May-06 7:31 
QuestionBrowse for files on Web Server??? Pin
code-frog10-May-06 8:53
professionalcode-frog10-May-06 8:53 
AnswerRe: Browse for files on Web Server??? Pin
minhpc_bk10-May-06 15:22
minhpc_bk10-May-06 15:22 
GeneralRe: Browse for files on Web Server??? Pin
code-frog10-May-06 17:56
professionalcode-frog10-May-06 17:56 
GeneralRe: Browse for files on Web Server??? Pin
minhpc_bk10-May-06 18:19
minhpc_bk10-May-06 18:19 
AnswerRe: Browse for files on Web Server??? Pin
Albert Pascual10-May-06 18:07
sitebuilderAlbert Pascual10-May-06 18:07 
GeneralRe: Browse for files on Web Server??? Pin
code-frog10-May-06 18:10
professionalcode-frog10-May-06 18:10 
QuestionHELP!!! Pin
viray10-May-06 6:26
viray10-May-06 6:26 
AnswerRe: HELP!!! Pin
minhpc_bk10-May-06 16:03
minhpc_bk10-May-06 16:03 
GeneralRe: HELP!!! Pin
Maynila10-May-06 19:26
Maynila10-May-06 19:26 
GeneralRe: HELP!!! Pin
minhpc_bk10-May-06 19:41
minhpc_bk10-May-06 19:41 
Questiongridview Pin
fmardani10-May-06 4:49
fmardani10-May-06 4:49 
AnswerRe: gridview Pin
LongNguyen10-May-06 16:17
LongNguyen10-May-06 16:17 
AnswerRe: gridview Pin
minhpc_bk10-May-06 16:19
minhpc_bk10-May-06 16:19 
GeneralRe: gridview Pin
fmardani11-May-06 20:22
fmardani11-May-06 20:22 

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.