Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bypassing validation controls for a dview object 1

Status
Not open for further replies.

dashen

Programmer
Jul 14, 2005
233
US
I have a simple program I am setting up, and I need to bypass some requred field validation controls I set up to display a dview before those validation controls are shown. Any way to do this.

The idea is simple. The User puts in a ID and a DView pops up with certain information. Then the user is prompted to enter in a few fields after looking at the dview and submitting those answers.

But the validation controls are thrown at the very beginning and the dview is not shown till after the fields are entered. Help!
 
Don't enable or make visible the validation controls until after the page loads.
 
Hmmm. that could actually work thanks.

What I figured out though was that I would set up the ID field to auto-Postback, and it ran fine. Thanks for the suggestion though.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top