Click here to Skip to main content
16,008,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to use hiddenfield control in asp.net Pin
Vimal Joseph17-Apr-07 21:04
Vimal Joseph17-Apr-07 21:04 
GeneralRe: How to use hiddenfield control in asp.net Pin
Sandeep Kumar18-Apr-07 0:03
Sandeep Kumar18-Apr-07 0:03 
GeneralRe: How to use hiddenfield control in asp.net Pin
Vimal Joseph19-Apr-07 18:17
Vimal Joseph19-Apr-07 18:17 
QuestionGridView problem Pin
hahii17-Apr-07 17:01
hahii17-Apr-07 17:01 
AnswerRe: GridView problem Pin
Sandeep Akhare19-Apr-07 1:52
Sandeep Akhare19-Apr-07 1:52 
QuestionValidation control issues... Pin
kinsella_john17-Apr-07 16:45
kinsella_john17-Apr-07 16:45 
AnswerRe: Validation control issues... Pin
mareers17-Apr-07 22:36
mareers17-Apr-07 22:36 
AnswerRe: Validation control issues... Pin
Sandeep Kumar18-Apr-07 0:17
Sandeep Kumar18-Apr-07 0:17 
Hi
For your requirement try to use javascript insted of Range Validator as the Range Validator will not Check the Length.Range Validator checks the Value which u entered in the textbox with the Minimum value and MAximum value.


In your case you are getting Compile time error because whenever type=string then it checks the ASCII values of the Min value and Max Value(Only first Characters) as you entered min value as 6(ASCII value is 54)which is greater than Max value 1(ASCII Value is 49) so it showing compile time error.

So for your requirement you can write a Javascript function to validate that input length.
GeneralRe: Validation control issues... Pin
kinsella_john18-Apr-07 7:34
kinsella_john18-Apr-07 7:34 
QuestionDifference between 3 layer and 3 tier architecture Pin
Nitin198117-Apr-07 16:10
Nitin198117-Apr-07 16:10 
AnswerRe: Difference between 3 layer and 3 tier architecture Pin
jain_ashu121-Aug-10 8:11
jain_ashu121-Aug-10 8:11 
AnswerRe: Difference between 3 layer and 3 tier architecture Pin
Ram Balak Sharma3-Nov-11 19:25
Ram Balak Sharma3-Nov-11 19:25 
QuestionHow to use FCK Editor Pin
kamka41117-Apr-07 14:55
kamka41117-Apr-07 14:55 
AnswerRe: How to use FCK Editor Pin
N a v a n e e t h17-Apr-07 18:07
N a v a n e e t h17-Apr-07 18:07 
QuestionProcessing Checkbox values in table Pin
krk101117-Apr-07 11:21
krk101117-Apr-07 11:21 
AnswerRe: Processing Checkbox values in table Pin
N a v a n e e t h17-Apr-07 18:13
N a v a n e e t h17-Apr-07 18:13 
QuestionSetting mailto Pin
TAK7817-Apr-07 10:04
TAK7817-Apr-07 10:04 
AnswerRe: Setting mailto Pin
kubben17-Apr-07 14:06
kubben17-Apr-07 14:06 
QuestionTextbox commands Pin
ADY00717-Apr-07 9:35
ADY00717-Apr-07 9:35 
AnswerRe: Textbox commands Pin
N a v a n e e t h17-Apr-07 23:02
N a v a n e e t h17-Apr-07 23:02 
GeneralRe: Textbox commands Pin
ADY00718-Apr-07 8:51
ADY00718-Apr-07 8:51 
AnswerRe: Textbox commands Pin
Sandeep Kumar17-Apr-07 23:29
Sandeep Kumar17-Apr-07 23:29 
Questionselected index changed in listbox control Pin
shabonaa17-Apr-07 9:29
shabonaa17-Apr-07 9:29 
AnswerRe: selected index changed in listbox control Pin
kubben17-Apr-07 14:07
kubben17-Apr-07 14:07 
GeneralRe: selected index changed in listbox control Pin
shabonaa18-Apr-07 6:49
shabonaa18-Apr-07 6:49 

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.