Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Web Page Design

Author  Topic 

amitkumarmadhukar
Starting Member

45 Posts

Posted - 2005-05-12 : 06:43:20
Hello Guys
I am currently developing the webpage( in course of learning)

I put two textbox with validator component for login.
login verified with SQL Database( Record is under table)

i Put a command button to start the login check. it work fine.
but i also put another command button which is for new login creation. i Try to open a new page through the 2nd button but when i press the 2 nd button i receive error from validation components which are not concern with this event

means basic problem how i put muiltiple click event while out of one or more component is fitted with validation component

and also give me the expressin to control the date of birth thoruhg validation control. i want date of birth in format(22/11/1980)

please help me


amit kumar madhukar

jhermiz

3564 Posts

Posted - 2005-05-12 : 18:54:41
Right click on the "other" button (the button for the registration) go to the properties. Change the "Causes Validation" from true to false.
It will not validate after that.

Jon



Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]
Imperfection living for perfection --
[url]http://jhermiz.blogspot.com/[/url]
Go to Top of Page
   

- Advertisement -