Click here to Skip to main content
15,891,940 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Gridview? Pin
Karthick_gc4-Mar-09 0:40
Karthick_gc4-Mar-09 0:40 
GeneralRe: Gridview? Pin
keyur satyadev4-Mar-09 1:18
keyur satyadev4-Mar-09 1:18 
GeneralRe: Gridview? Pin
Karthick_gc4-Mar-09 1:25
Karthick_gc4-Mar-09 1:25 
GeneralRe: Gridview? Pin
anujbanka17844-Mar-09 1:37
anujbanka17844-Mar-09 1:37 
GeneralRe: Gridview? Pin
keyur satyadev4-Mar-09 1:47
keyur satyadev4-Mar-09 1:47 
QuestionTextbox value must be numeric and non zero Pin
Reddy19833-Mar-09 22:51
Reddy19833-Mar-09 22:51 
AnswerRe: Textbox value must be numeric and non zero [modified] Pin
rakeshs3123-Mar-09 23:12
rakeshs3123-Mar-09 23:12 
AnswerRe: Textbox value must be numeric and non zero [modified] Pin
codingrocks3-Mar-09 23:16
codingrocks3-Mar-09 23:16 
Put the validation expression as

validationexpression=\d{0,10}

its only accepting only integer values in the range 0 to 10

or Change it to

ValidationExpression="[0-9]*"



<asp:regularexpressionvalidator id="RegularExpressionValidator1" runat="server" controltovalidate="TextBox1" errormessage="Please Enter only Numeric" validationexpression="[0-9]*" xmlns:asp="#unknown">


SAJAN A PILLAI

ASP.NET,C#.NET Programmer
BANGALORE

"Winners don't do different things. They do things differently. ...

modified on Wednesday, March 4, 2009 5:25 AM

GeneralRe: Textbox value must be numeric and non zero Pin
Reddy19833-Mar-09 23:27
Reddy19833-Mar-09 23:27 
GeneralRe: Textbox value must be numeric and non zero Pin
J4amieC4-Mar-09 0:29
J4amieC4-Mar-09 0:29 
AnswerRe: Textbox value must be numeric and non zero Pin
dan!sh 4-Mar-09 5:22
professional dan!sh 4-Mar-09 5:22 
Questionvalue of a cell of selected row Pin
foryou3-Mar-09 22:19
foryou3-Mar-09 22:19 
AnswerRe: value of a cell of selected row Pin
Greg Chelstowski3-Mar-09 22:36
Greg Chelstowski3-Mar-09 22:36 
GeneralRe: value of a cell of selected row Pin
foryou4-Mar-09 0:30
foryou4-Mar-09 0:30 
Questiongrid view paging problem. when i use paging it not give proper result.. Pin
anujbanka17843-Mar-09 21:57
anujbanka17843-Mar-09 21:57 
AnswerRe: grid view paging problem. when i use paging it not give proper result.. Pin
keyur satyadev3-Mar-09 23:06
keyur satyadev3-Mar-09 23:06 
GeneralRe: grid view paging problem. when i use paging it not give proper result.. Pin
anujbanka17843-Mar-09 23:10
anujbanka17843-Mar-09 23:10 
QuestionI am able to create an appoint withthis code , can u tell me how to delete an appoint in outlook Pin
Manprit.bagga3-Mar-09 21:42
Manprit.bagga3-Mar-09 21:42 
AnswerRe: I am able to create an appoint withthis code , can u tell me how to delete an appoint in outlook Pin
Christian Graus4-Mar-09 9:37
protectorChristian Graus4-Mar-09 9:37 
QuestionQuerystring Pin
Sneha Bisht3-Mar-09 21:39
Sneha Bisht3-Mar-09 21:39 
AnswerRe: Querystring Pin
J4amieC3-Mar-09 22:21
J4amieC3-Mar-09 22:21 
QuestionJavaScript Function... Pin
Sr...Frank3-Mar-09 21:39
Sr...Frank3-Mar-09 21:39 
AnswerRe: JavaScript Function... Pin
mr_muskurahat3-Mar-09 22:20
mr_muskurahat3-Mar-09 22:20 
GeneralRe: JavaScript Function... Pin
Sr...Frank4-Mar-09 5:34
Sr...Frank4-Mar-09 5:34 
GeneralRe: JavaScript Function... Pin
mr_muskurahat4-Mar-09 5:51
mr_muskurahat4-Mar-09 5:51 

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.