wizard-control

.NET Forms Wizard Control

In the old days using MFC I could turn a property sheet into a wizard style dialog very easily and reuse my dialog templates. I have a .NET form with a tab control that I would like to do the same with. Is there an easy way to do this in .NET without having two copies of my controls? ...

How do I make a Wizard control save the data after each step?

Is there a way that i can save data on each step in wizard control. I want to save data when user clicks next button on each step. I would like to save them to database , so that i can retrieve them back if user has opted to close and complete steps later without clicking finish button ...

Scroll in wizard control when data is more.

Hi, I have a page with wizard controls in it. The wizard's first step contains gridview. When the data in the gridview is more in number, I have to use browser's scrolling button to access "next/previous" buttons. My question is ..can i have a scrollbar inside the wizard...so that "Next/Previous" buttons are always visible. Thanks in ad...