Click here to Skip to main content
15,924,901 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp.net validaton methods Pin
Chetan Ranpariya3-Jan-07 3:03
Chetan Ranpariya3-Jan-07 3:03 
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 
Why do u not want to use Required Field Validator. U can use Regulsr Expresssion Validator for all three here u find for accepting only numeric value code. otherwise use Jscript.

asp:RegularExpressionValidator ID="REV_Seats" runat="server" ErrorMessage="* Number Only" ValidationExpression="[0-9]{1,16}" ControlToValidate="txtSeats" Display="Dynamic"
Smile | :)





Deepak

Smile a Lots,Its Costs Nothing

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 
GeneralRe: calendercontrol with check box Pin
sridevi141-Jan-07 19:23
sridevi141-Jan-07 19:23 
GeneralRe: calendercontrol with check box Pin
Venkatesh Mookkan1-Jan-07 20:51
Venkatesh Mookkan1-Jan-07 20:51 
GeneralRe: calendercontrol with check box Pin
sridevi141-Jan-07 21:32
sridevi141-Jan-07 21:32 
GeneralRe: calendercontrol with check box Pin
Venkatesh Mookkan1-Jan-07 21:40
Venkatesh Mookkan1-Jan-07 21:40 
GeneralRe: calendercontrol with check box Pin
sridevi142-Jan-07 15:35
sridevi142-Jan-07 15:35 
GeneralRe: calendercontrol with check box Pin
Venkatesh Mookkan2-Jan-07 16:46
Venkatesh Mookkan2-Jan-07 16:46 
Questiondefinition for Config in asp.net Pin
sridevi141-Jan-07 16:28
sridevi141-Jan-07 16:28 

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.