I am migrating the project from ASP to ASP.NET. The ASP page has lot of frames. each frame has different files. I want to migrate all those Frames in to Individual webparts. The webpart should have different files. Please guide on this
WebParts in ASP.NET
Collapse
X
-
Tags: None
-
Hi,
You can do it with the help of Web User Control(.ascx file).
1)Right click the project file in solution explorer and select add new item.
2)Choose Web user control and click the add button.
3)You will be shown with a new webpage.
4)Design the page as your asp page looks like.
5)Open the page which contains the Webparts.
6)Just drag and drop the designed Web User Control(.ascx file) in to the webpart zone from the solution explorer.
I hope this helps.....
Comment