Click here to Skip to main content
16,005,080 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSharing assemblies without the GAC? Pin
Senor Plankton14-Nov-06 23:33
Senor Plankton14-Nov-06 23:33 
QuestionI have problems with Session Time-out Pin
satyendrastomar14-Nov-06 23:16
satyendrastomar14-Nov-06 23:16 
AnswerRe: I have problems with Session Time-out Pin
l0kke14-Nov-06 23:26
l0kke14-Nov-06 23:26 
AnswerRe: I have problems with Session Time-out Pin
AmitChampaneri15-Nov-06 0:21
AmitChampaneri15-Nov-06 0:21 
QuestionRegularExpression Validator Pin
monika_vasvani14-Nov-06 22:56
monika_vasvani14-Nov-06 22:56 
AnswerRe: RegularExpression Validator Pin
Suresh Pirsquare14-Nov-06 23:15
Suresh Pirsquare14-Nov-06 23:15 
GeneralRe: RegularExpression Validator Pin
monika_vasvani14-Nov-06 23:20
monika_vasvani14-Nov-06 23:20 
AnswerRe: RegularExpression Validator Pin
Deepak the Cool15-Nov-06 0:42
Deepak the Cool15-Nov-06 0:42 
can u explain me which character shud u want to entered?
the following code help u for

<br />
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" <br />
ControlToValidate="TextBox1"<br />
ValidationExpression="[1-9]{minvalue int,maxvalue int}"<br />
<br />
ErrorMessage="The zip code must be 5 numeric digits!"<br />
runat="server" /><br />
<br />



e.g maxvalue=5 minvalue=1 [1-9]{1,5}
e.g maxvalue=--- minvalue=5 [1-9]{5,}
e.g excact 4 character long value in textBox [1-9]{4}


Smile | :)




Deepak

Smile a Lots,Its Costs Nothing

AnswerRe: RegularExpression Validator Pin
Deepak the Cool15-Nov-06 0:44
Deepak the Cool15-Nov-06 0:44 
GeneralRe: RegularExpression Validator Pin
monika_vasvani15-Nov-06 2:59
monika_vasvani15-Nov-06 2:59 
GeneralRe: RegularExpression Validator Pin
Deepak the Cool15-Nov-06 17:58
Deepak the Cool15-Nov-06 17:58 
QuestionMysteries of the App_Code folder Pin
Guy Harwood14-Nov-06 22:46
Guy Harwood14-Nov-06 22:46 
AnswerRe: Mysteries of the App_Code folder Pin
Guffa14-Nov-06 23:28
Guffa14-Nov-06 23:28 
GeneralRe: Mysteries of the App_Code folder Pin
Guy Harwood15-Nov-06 0:20
Guy Harwood15-Nov-06 0:20 
GeneralRe: Mysteries of the App_Code folder Pin
l0kke15-Nov-06 6:32
l0kke15-Nov-06 6:32 
QuestionHow to Make Inline Programme? Pin
asprajesh14-Nov-06 21:54
asprajesh14-Nov-06 21:54 
AnswerRe: How to Make Inline Programme? Pin
Guy Harwood14-Nov-06 22:50
Guy Harwood14-Nov-06 22:50 
QuestionDefaultFocus Pin
greekius14-Nov-06 21:34
greekius14-Nov-06 21:34 
AnswerRe: DefaultFocus Pin
just3ala214-Nov-06 22:03
just3ala214-Nov-06 22:03 
QuestionLong process "Page can not be displayed" Pin
imran.arshad14-Nov-06 20:40
imran.arshad14-Nov-06 20:40 
AnswerRe: Long process "Page can not be displayed" Pin
Guffa14-Nov-06 20:49
Guffa14-Nov-06 20:49 
AnswerRe: Long process "Page can not be displayed" Pin
KrishnaMohanSingh31-Dec-08 2:37
KrishnaMohanSingh31-Dec-08 2:37 
QuestionHow to edit records in Gridview Pin
swguy2314-Nov-06 19:57
swguy2314-Nov-06 19:57 
AnswerRe: How to edit records in Gridview Pin
Tamimi - Code14-Nov-06 20:27
Tamimi - Code14-Nov-06 20:27 
Questiondisallow page level cache Pin
P. S. Pundeer14-Nov-06 19:46
P. S. Pundeer14-Nov-06 19:46 

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.