Click here to Skip to main content
15,887,837 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to convert document to PDF format in Asp.net using c# Pin
fjdiewornncalwe16-Sep-10 2:14
professionalfjdiewornncalwe16-Sep-10 2:14 
AnswerRe: How to convert document to PDF format in Asp.net using c# Pin
T M Gray16-Sep-10 9:08
T M Gray16-Sep-10 9:08 
Questionrange validator for text box not taking range properly Pin
Dhyanga15-Sep-10 10:50
Dhyanga15-Sep-10 10:50 
AnswerRe: range validator for text box not taking range properly Pin
Luc Pattyn15-Sep-10 11:06
sitebuilderLuc Pattyn15-Sep-10 11:06 
GeneralRe: range validator for text box not taking range properly Pin
Dhyanga15-Sep-10 11:42
Dhyanga15-Sep-10 11:42 
AnswerRe: range validator for text box not taking range properly Pin
Arun Jacob15-Sep-10 18:58
Arun Jacob15-Sep-10 18:58 
GeneralRe: range validator for text box not taking range properly Pin
Abhijit Jana15-Sep-10 19:21
professionalAbhijit Jana15-Sep-10 19:21 
AnswerRe: range validator for text box not taking range properly Pin
Abhijit Jana15-Sep-10 19:28
professionalAbhijit Jana15-Sep-10 19:28 
SayamiSuchi wrote:
I am inserting some text in texbox and there is range validation set as minimum as 10 and maximun as 100


Is ir a MultilineText Box ? Could you please share us the code block for the seection ?

This should work

<asp:TextBox ID = "txtAge" runat = "server"  /> 
<asp:RangeValidator ID = "RangeValidator1" runat = "server"
ControlToValidate = "txtAge" Type = "Integer"
ErrorMessage = "Age Range 19 to 30 " MaximumValue = "30" MinimumValue = "19" ValidationGroup="FormValidation" >
</asp:RangeValidator>
<asp:Button Text="text" id="button" runat="server" ValidationGroup="FormValidation" onclick="button_Click" />


This works perfect for me !

AnswerRe: range validator for text box not taking range properly Pin
Dhyanga16-Sep-10 3:02
Dhyanga16-Sep-10 3:02 
Questionone or more web.config Pin
Jassim Rahma15-Sep-10 9:05
Jassim Rahma15-Sep-10 9:05 
AnswerRe: one or more web.config Pin
Dhyanga15-Sep-10 10:31
Dhyanga15-Sep-10 10:31 
AnswerRe: one or more web.config Pin
Arun Jacob15-Sep-10 19:00
Arun Jacob15-Sep-10 19:00 
GeneralRe: one or more web.config Pin
Abhijit Jana15-Sep-10 19:32
professionalAbhijit Jana15-Sep-10 19:32 
AnswerRe: one or more web.config Pin
Abhijit Jana15-Sep-10 19:39
professionalAbhijit Jana15-Sep-10 19:39 
Questiondiff bw Master page and panel ??? Pin
JC.KaNNaN15-Sep-10 1:33
JC.KaNNaN15-Sep-10 1:33 
AnswerRe: diff bw Master page and panel ??? Pin
Not Active15-Sep-10 3:13
mentorNot Active15-Sep-10 3:13 
Questionshorting in gridview Pin
Dhyanga14-Sep-10 6:46
Dhyanga14-Sep-10 6:46 
AnswerRe: shorting in gridview Pin
Luc Pattyn14-Sep-10 7:04
sitebuilderLuc Pattyn14-Sep-10 7:04 
GeneralRe: shorting in gridview Pin
Dhyanga14-Sep-10 7:21
Dhyanga14-Sep-10 7:21 
GeneralRe: shorting in gridview Pin
Luc Pattyn14-Sep-10 7:46
sitebuilderLuc Pattyn14-Sep-10 7:46 
GeneralRe: shorting in gridview Pin
sashidhar14-Sep-10 8:55
sashidhar14-Sep-10 8:55 
GeneralRe: shorting in gridview Pin
Dhyanga14-Sep-10 10:50
Dhyanga14-Sep-10 10:50 
QuestionMessages Pin
Nandhu14513-Sep-10 22:18
Nandhu14513-Sep-10 22:18 
AnswerRe: Messages [ Cross Post - Please Ignore ] Pin
Abhijit Jana13-Sep-10 22:24
professionalAbhijit Jana13-Sep-10 22:24 
QuestionRead Image Metadata Pin
gautamamit813-Sep-10 21:24
gautamamit813-Sep-10 21:24 

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.