Reputation: 244
I recently tried to create an ASP.Net server control. This server control should has at least two pages. One page for registration (Users can register) and one for asking questions. It is important to make it with ASP.Net Server Control.
The plan is to make this server control and web designers can easily drag and drop this server control into ASP.Net WebForms or MVCs
and set properties like back-color or header image in properties tab. I wonder if its possible to have two pages in a server control dll file with all events, viewstates and properties.
Please some one tell me how to create a second page in a server control dll
file? And another question is how to move between those pages?
Upvotes: 0
Views: 425
Reputation: 10115
As per my understanding you should go for MultiView or ASP:Wizard control ?
Upvotes: 2