evansforsyth -> ASP.NET Control "Wizard" save to database? (7/26/2007 1:20:04)
Expression has a ASP.NET control called the "Wizard" that sets up multi-part forms to collect information from a visitor--just like an HTML form.
Everyone seems to be keen to tell how to set one up . . . . but still haven't found out how to save the results to a database, or e-mail it for that matter.
Odd!
Help!
Thanks!
herman -> RE: ASP.NET Control "Wizard" save to database? (8/8/2007 10:39:33)
This is a most fundamental question. Expression also had excellent asp.net form validation controls, which are fully explained, relatively easy to use, and work perfectly. Bot how to save the data of these beautiful forms? I searched all around in books and on the web, and I could'n find any information. It looks a bit like explaining how to drive a car without telling how you should start it.
WantToLearn -> RE: ASP.NET Control "Wizard" save to database? (8/8/2007 11:46:31)
To save the results of the Wizard control to a database or email, you have to write some ASP.NET code in the Wizard's "FinishButtonClick" event.
evansforsyth -> RE: ASP.NET Control "Wizard" save to database? (8/9/2007 0:29:52)
Can someone tell us where sample code is, so we can use the forms--and start learning?