Ask a Question related to ASP.NET General, Design and Development.
-
Leon Shaw #1
Form Problems
I built a normal registration form containing the normal textboxes,
dropdownlists, and validation controls. However, when a user submits the
form in which some field does not pass the client side validation of a
particular control (textbox, dropdownlist, etc.) the cursor does not return
to that particular control. It returns back within in the page in which the
user can then delete the control.
What can I do to fix a problem like this? All I did was place some controls
inside of a table and added a submit button. Thanks!
Leon Shaw Guest
-
Form submission problems
Hi Everyone, I need help to correct submission error with mailto form on IE6+. I am using the form inside a template and need to know how to... -
Form creation problems
Hi I am trying to make a "create new user" form where people will enter their info to create a user name and password. The information would then... -
Problems with form authentication
I'm experiencing some problems with role-based forms authentication accross domain. I wanted to create an unique login page for multiple web server... -
Form Field/ Form Submit Problems (probably an easy answer...)
Hey Everyone.. I have a form that has approximately 7 text fields and 1 checkbox. Generally when this form is submitted(to itself BTW) it works... -
Form Validation problems
Hi, I am trying to provide some simple validation using Javascript on my form. However at times the validation works and at others it doesn't... -
Ken Cox [Microsoft MVP] #2
Re: Form Problems
You might want to check whether Andy Smith's FirstFocus control will do what
you need. Once you determine which textbox was invalid you could probably call
FirstFocus.ControlToFocus and set the focus to it:
FirstFocus Example
[url]http://www.metabuilders.com/Tools/FirstFocus.aspx[/url]
ASP.NET Validation Controls
[url]http://www.dnzone.com/ShowDetail.asp?NewsId=125[/url]
"Leon Shaw" <vnality@msn.com> wrote in message
news:eI$MsECRDHA.2096@TK2MSFTNGP12.phx.gbl...
I built a normal registration form containing the normal textboxes,
dropdownlists, and validation controls. However, when a user submits the
form in which some field does not pass the client side validation of a
particular control (textbox, dropdownlist, etc.) the cursor does not return
to that particular control. It returns back within in the page in which the
user can then delete the control.
What can I do to fix a problem like this? All I did was place some controls
inside of a table and added a submit button. Thanks!
Ken Cox [Microsoft MVP] Guest



Reply With Quote

