Hello everyone,
First of all, thank you for maintaining such a wonderful website and community. This is the first time I have used the forums here but the tutorials were the best I have seen on any asp.net tutorial sites.
So I am very new to .NET platform (from a PHP background) and I am developing a simple multi-step online form. The user can come back and edit the form after they have initially completed it.
What I want to do is this:
User clicks edit form. The information saved in the database is retrived and populated in the form elements like textbox, dropdown box, image files. And this is all inside a wizard control (or wizard - sorry but still not fully familiar with the terminology).
I can do this in a gridview using datasource and databind but the datasource doesn't seem to work with wizard. So could you guys be so kind enough to point me in the direction on what I am missing here as I feel it must be very simple thing to do.
Thank you very much for your time.