P
Peter Morris [Droopy Eyes Software]
Hi all
In a win32 app I quite often have the following scenario.
1) User is entering data on a form (purchase order for example)
2) Half way down the form there is an entry required for a related table
(Customer)
3) User clicks a [...] button next to the entry to select the customer.
4) A SelectCustomer form is shown modally.
5) When the modal form closes the original form gets the ID selected in it
How would I do this in ASP.NET? The original form shouldn't lose its
entries otherwise the user would get very annoyed.
--
Pete
=============
Read or write technical articles
http://www.HowToDoThings.com
Audio compression components, FastStrings library, DIB controls
http://www.DroopyEyes.com
In a win32 app I quite often have the following scenario.
1) User is entering data on a form (purchase order for example)
2) Half way down the form there is an entry required for a related table
(Customer)
3) User clicks a [...] button next to the entry to select the customer.
4) A SelectCustomer form is shown modally.
5) When the modal form closes the original form gets the ID selected in it
How would I do this in ASP.NET? The original form shouldn't lose its
entries otherwise the user would get very annoyed.
--
Pete
=============
Read or write technical articles
http://www.HowToDoThings.com
Audio compression components, FastStrings library, DIB controls
http://www.DroopyEyes.com