开发者

How to make a multi page server control in asp.net?

开发者 https://www.devze.com 2023-03-06 02:34 出处:网络
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

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开发者_如何学Python 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?


As per my understanding you should go for MultiView or ASP:Wizard control ?


Maybe you are looking something like this from codeproject.

0

精彩评论

暂无评论...
验证码 换一张
取 消