I have a textbox that is validated to make sure there is text content, for a file upload page. My problem is that when the page has first loaded and you clic开发者_JAVA百科k anyway where on the page,
I am creating a register form and when the user clicks on the confirm password field, the page refreshes and I lose the text开发者_如何学C from the other field (the password field)
My previous impression of RequiredFieldValidator and similar have been that they show you an error label and set Page.IsValid false and that is it. Meaning they leave the rest of the task (preventing
I have used a required field validator followed by a regular expression validator but the required field validator is not working.....
I have an aspx page which has 18 (yes 18) dropdown lists and 18 text boxes. Each dropdown needs to be selected and each textbox needs to be filled. Dragging and dropping required field validators on t
I have an asp.net application that uses validation controls on textboxes. However,开发者_开发技巧 if the user enters a value in txtFieldA, then I want to disable the validation controls on txtFieldB a
I have the following scenario. I have a search page which is split into two divs. In the first, a user can create queryparameters using a range of drop down menus. In the second div a user can enter
I have the following asp.net code: <asp:TextBox CssClass=\"mf\" runat=\"server\" ID=\"mail1\" Width=\"270\" />
We deployed our legacy ASP.NET application to production after successful test deployments to our staging environment.The application makes use of RequiredFieldValidators on one particular registratio
I have a aspx page that several of the same usercontrols on the page.The usercontrol houses a textbox that has a Required field validator on it.The validator works but the setonfocus=\"true\" does not