Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Validating Data and AutoPostBack Questions

Reply
Thread Tools

Validating Data and AutoPostBack Questions

 
 
Mel
Guest
Posts: n/a
 
      06-12-2007
I have a "Create New Quote" webpage where the user inputs a bunch of
text boxes (customer name, ship to address 1 & 2, city, state, zip,
etc.). Currently the "AutoPostBack" property on EVERY text box is set
to "TRUE" because this info needs to be remembered (using session
variables) when the user returns to the "Create New Quote" page and
the data is used for other pages as well.

My two issues:
1) I am now trying to validate the text entries. I type in some text
and click tab and when the page is posted back it clears the text box
validation error message (basically it shows for an instant then
disappears quickly) so the user can't really read it. Is there any
way around that?

2) AutoPostBack for each text box is sort of stupid and probably
inefficient is there a way to do it without adding a "Submit" button.
I don't want to tick off my current users when they enter all of the
quote info and forget to click the "Submit" button before leaving the
page.


Any ideas would be greatly appreciated,
Mel

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Validating Data on User Control and Passing Back to the Page panche ASP .Net 1 07-21-2005 04:58 PM
Trouble validating data Group IIS XML 4 11-18-2004 04:15 PM
Validating XML data Kevin Partin XML 1 02-12-2004 09:42 AM
Re: Alternative to AutoPostback for saving data p ASP .Net 1 08-09-2003 01:47 AM
Re: Alternative to AutoPostback for saving data John Saunders ASP .Net 4 08-07-2003 06:16 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57