Ask a Question related to ASP.NET General, Design and Development.
-
Antonio Maciel #1
Validator controls and usercontrols
Hi.
I have two usercontrols on the same page. The first control is a login
control, with two textboxes, one button and some validator controls for the
textboxes. The second control is a 'search the site' control, with one
textbox, one button and some validator controls for the textbox.
My users don't need to be logged to do a search in the site but everytime I
type something in the search textbox and click the button, the validators of
the login control force me to fill the login information. How can I avoid
the validators of the login control to run when I click the button on the
search control?
Thanks,
Antonio Maciel
Antonio Maciel Guest
-
Using Web.config's <system.web><pages><controls><add /></controls></pages></system.web> To Register UserControls
My Web.config file contains the following section to register some of my UserControls: <pages> <controls> <add tagPrefix="NATE"... -
UserControls ASP.NET 2.0
Hi All, What is the best way to develop and use UserControls on an ASPX page with the new dynamic compilation model introduced in ASP.NET 2.0? ... -
Required Validator Controls for 1 of 3 fields
I have a grid where one of three fields has to have data entered by the user, but it can be any of those three fields -- how can I use the... -
Using ID property for controlling controls in UserControls
Sorry, my problem was there where a was thinking line 154 I have to us TablePrincipal.FindControl("..." If I adding controls into a... -
Using UserControls in a DLL
You need to create a refrence to the usercontrol project (assuming you created this in vs.net) in your current projects refrences. Alternatively,...



Reply With Quote

