briancostea
Programmer
Is it possible to achieve the following scenario with .net? I set up a bookmark in a form. For example, <a name="a">
When the user submits the form, a validation routine is called to verify the contents of the form. If there is an error, I want to go to bookmark “a”. Does anyone know the VB code to achieve this (I don’t need the validation code, just the park to make the browser jump to the bookmark)?
I looked around this site, and tried
Me.SmartNavigation = true, but that doesn’t seem to work.
As always, any help is appreciated.
Thanks - Brian
When the user submits the form, a validation routine is called to verify the contents of the form. If there is an error, I want to go to bookmark “a”. Does anyone know the VB code to achieve this (I don’t need the validation code, just the park to make the browser jump to the bookmark)?
I looked around this site, and tried
Me.SmartNavigation = true, but that doesn’t seem to work.
As always, any help is appreciated.
Thanks - Brian