Click here to Skip to main content
15,922,584 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: having those cool headings sliverbackground Pin
Paul Conrad30-Jul-07 5:09
professionalPaul Conrad30-Jul-07 5:09 
GeneralRe: having those cool headings sliverbackground Pin
duo!@#30-Jul-07 15:23
duo!@#30-Jul-07 15:23 
AnswerRe: having those cool headings sliverbackground Pin
T.EDY29-Jul-07 21:08
T.EDY29-Jul-07 21:08 
GeneralRe: having those cool headings sliverbackground Pin
duo!@#29-Jul-07 21:52
duo!@#29-Jul-07 21:52 
QuestionListmover Pin
n_gchaitra29-Jul-07 20:03
n_gchaitra29-Jul-07 20:03 
QuestionButton click event Pin
miniThomas29-Jul-07 20:00
miniThomas29-Jul-07 20:00 
AnswerRe: Button click event Pin
Christian Graus29-Jul-07 20:03
protectorChristian Graus29-Jul-07 20:03 
GeneralRe: Button click event Pin
miniThomas29-Jul-07 20:09
miniThomas29-Jul-07 20:09 
The code is in C#

I have written a javascript code on click event of button following is the code:
Also once condition is true i hv displayed a grid view getting data from db

function checkDotOnly()
{
if (document.form1.txtcustomerName.length!=0)
{
if((document.form1.txtcustomerName.value==".")||(document.form1.txtcustomerName.value==". ")||(document.form1.txtcustomerName.value==" "))
{
alert("Please Enter Valid Customer Name.");
/*document.form1.lblErrMsg.value="Please Enter Valid Customer Name.";
document.form1.lblErrMsg.disabled=false;*/
return false;
}
return true;
}
return true;
}


thanx
GeneralRe: Button click event Pin
N a v a n e e t h29-Jul-07 20:30
N a v a n e e t h29-Jul-07 20:30 
GeneralRe: Button click event Pin
ballameharmurali29-Jul-07 20:31
ballameharmurali29-Jul-07 20:31 
AnswerRe: Button click event Pin
vidya.p.nair29-Jul-07 20:11
vidya.p.nair29-Jul-07 20:11 
GeneralRe: Button click event Pin
miniThomas29-Jul-07 20:18
miniThomas29-Jul-07 20:18 
GeneralRe: Button click event Pin
manowj29-Jul-07 21:50
manowj29-Jul-07 21:50 
GeneralRe: Button click event Pin
N a v a n e e t h29-Jul-07 20:25
N a v a n e e t h29-Jul-07 20:25 
GeneralRe: Button click event Pin
miniThomas29-Jul-07 20:40
miniThomas29-Jul-07 20:40 
GeneralRe: Button click event Pin
N a v a n e e t h29-Jul-07 21:21
N a v a n e e t h29-Jul-07 21:21 
QuestionHow can eliminate constant polling? Pin
Mikeyyy29-Jul-07 19:37
Mikeyyy29-Jul-07 19:37 
AnswerRe: How can eliminate constant polling? Pin
Christian Graus29-Jul-07 20:02
protectorChristian Graus29-Jul-07 20:02 
QuestionProblem with postback Pin
dharanighanta29-Jul-07 19:31
dharanighanta29-Jul-07 19:31 
AnswerRe: Problem with postback Pin
Paul Conrad29-Jul-07 19:45
professionalPaul Conrad29-Jul-07 19:45 
GeneralRe: Problem with postback Pin
dharanighanta29-Jul-07 19:58
dharanighanta29-Jul-07 19:58 
GeneralRe: Problem with postback Pin
dharanighanta29-Jul-07 20:05
dharanighanta29-Jul-07 20:05 
GeneralRe: Problem with postback Pin
Paul Conrad29-Jul-07 20:07
professionalPaul Conrad29-Jul-07 20:07 
GeneralRe: Problem with postback Pin
dharanighanta29-Jul-07 20:58
dharanighanta29-Jul-07 20:58 
GeneralRe: Problem with postback Pin
ballameharmurali30-Jul-07 1:52
ballameharmurali30-Jul-07 1:52 

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.