Click here to Skip to main content
15,923,006 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Newline in regular expression validation... Pin
phimix2-Jan-07 19:42
phimix2-Jan-07 19:42 
AnswerRe: Newline in regular expression validation... Pin
Walter_H2-Jan-07 20:16
Walter_H2-Jan-07 20:16 
GeneralRe: Newline in regular expression validation... Pin
phimix3-Jan-07 19:38
phimix3-Jan-07 19:38 
GeneralOnChange event Pin
V.1-Jan-07 22:36
professionalV.1-Jan-07 22:36 
GeneralRe: OnChange event Pin
Venkatesh Mookkan1-Jan-07 22:52
Venkatesh Mookkan1-Jan-07 22:52 
GeneralRe: OnChange event Pin
V.1-Jan-07 22:58
professionalV.1-Jan-07 22:58 
Questionasp.net validaton methods Pin
xiaowenjie1-Jan-07 21:37
xiaowenjie1-Jan-07 21:37 
AnswerRe: asp.net validaton methods Pin
Chetan Ranpariya3-Jan-07 3:03
Chetan Ranpariya3-Jan-07 3:03 
You can use more than one type of validation controls for one controls.
Example: You use requiredfieldvalidator for the textbox for zipcode which check if the textbox value is empty. and to check the format of zipcode value you use regularexpression validator control which will check the format of the zipcode value.

Now whenever validation occurs first requiredfieldvalidator will work. If the controls is not having blank value then the regularexpressionvalidator will check the format of value and gives u error if format is not in proper way.

Thanks and regards,
Chetan Ranpariya.
GeneralRe: asp.net validaton methods Pin
xiaowenjie6-Jan-07 19:46
xiaowenjie6-Jan-07 19:46 
QuestionWhat is publishing? Pin
M LN Rao1-Jan-07 21:13
M LN Rao1-Jan-07 21:13 
Questionproblem in moving controls over asp.net desighner 2005 Pin
aaru24x71-Jan-07 20:30
aaru24x71-Jan-07 20:30 
AnswerRe: problem in moving controls over asp.net desighner 2005 Pin
M LN Rao1-Jan-07 21:23
M LN Rao1-Jan-07 21:23 
AnswerRe: problem in moving controls over asp.net desighner 2005 Pin
alav3-Jan-07 4:31
alav3-Jan-07 4:31 
QuestionHow to check textbox for numeric values Pin
Kissy161-Jan-07 19:56
Kissy161-Jan-07 19:56 
AnswerRe: How to check textbox for numeric values Pin
Deepak the Cool1-Jan-07 21:06
Deepak the Cool1-Jan-07 21:06 
GeneralRe: How to check textbox for numeric values Pin
Kissy161-Jan-07 22:36
Kissy161-Jan-07 22:36 
GeneralRe: How to check textbox for numeric values Pin
Deepak the Cool1-Jan-07 23:43
Deepak the Cool1-Jan-07 23:43 
Questiondelete row in gridview.... Pin
araja_pandian1-Jan-07 18:48
araja_pandian1-Jan-07 18:48 
AnswerRe: delete row in gridview.... Pin
Venkatesh Mookkan1-Jan-07 18:53
Venkatesh Mookkan1-Jan-07 18:53 
QuestionHow to count of connect to website with aspnet Pin
Phan Van Thao1-Jan-07 17:29
Phan Van Thao1-Jan-07 17:29 
GeneralRe: How to count of connect to website with aspnet Pin
Guffa1-Jan-07 21:02
Guffa1-Jan-07 21:02 
Questioncalendercontrol with check box Pin
sridevi141-Jan-07 16:43
sridevi141-Jan-07 16:43 
AnswerRe: calendercontrol with check box Pin
Venkatesh Mookkan1-Jan-07 18:24
Venkatesh Mookkan1-Jan-07 18:24 
GeneralRe: calendercontrol with check box Pin
sridevi141-Jan-07 18:49
sridevi141-Jan-07 18:49 
GeneralRe: calendercontrol with check box Pin
Venkatesh Mookkan1-Jan-07 19:10
Venkatesh Mookkan1-Jan-07 19:10 

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.