borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (What is serialization in .NET)Next Topic (encounter script error after developing custom webcontrol?) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : how to attach regular expression with textbox in asp.net?
Poster Message
tri_inn
Level: Regular User
Registered: 26-08-2002
Posts: 395

icon how to attach regular expression with textbox in asp.net?

i have developed web server textbox control which actually accept numeric and decimal
value and also negative value for that i attach a javascript which will be emitted
by my web server control. instead of doing so i want to attach regular expression
with my web server textbox control.is it possible if so then please tell me how could i
do it with sample code.

01-09-2004 at 06:17 AM
View Profile Send Email to User Show All Posts | Quote Reply
zimcoder
Level: VB Lord


Registered: 27-10-2003
Posts: 225
icon Re: how to attach regular expression with textbox in asp.net?

quote:
tri_inn wrote:
i have developed web server textbox control which actually accept numeric and decimal
value and also negative value for that i attach a javascript which will be emitted
by my web server control. instead of doing so i want to attach regular expression
with my web server textbox control.is it possible if so then please tell me how could i
do it with sample code.


You  can create your regular expression first. After this drag a cutomm validator onto your webform. In the ValidationExpression property put your regular expression and the set the ControlTovalidate properties to the textbox


____________________________
BrainBench ADO.NET and ASP.NET Certified Developer

01-09-2004 at 08:26 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : ASP.Net : how to attach regular expression with textbox in asp.net?
Previous Topic (What is serialization in .NET)Next Topic (encounter script error after developing custom webcontrol?) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder