Hi all,
I am trying to create a wizard in visual web developer express whichallows a user to add information to a database. I can get the wizardfunctioning, but I cant get the values from the labels/textboxes to add to a database.
Any help or links to relevant tutorials?
Thank You
Paul.
Hello.
I guess thathttp://beta.asp.net/ should have everything you need to get started. maybe we can help you if you give us more details on your problems.
Thanks for that. As I said in my first post, I need the results fromthe wizard (the labels) to be transfered onto a database. In vb6 youcan easily setup a form using ado to do this, is there anything similarin vb.net 2005/ web developer express?
Hello.
let me see if i understood you're requirements: you have a wizard with several steps and you want to save all the items to a database. well, if you don't mind saving the data to the db at the end of each step then maybe you can use a detailsview or a formview in each step so that you can automatically save that info to a database without having to write code.
Thank you Luis,
I will try that.
Cheers
Paul
I tried that,and it worked. Although I have relised that it isntpractical. I need the wizard to show all the details on the last pageso that if the user has entered a wrong entry they can edit it beforeit is sent to the database.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment