Hello All,
I need some help in implementing the web part.
I want to convert my existing user control to a web part. And this web part i would use it in my ASP.Net 2.0 Web Application and not in sharepoint portal.
So the first thing that i could implement is:
Using the ascx control in web part zone. Also this user control implements the IWebPart Interface. This is what we call a Generic Web part.
But now i would like to know is this good way to do?
What if i implement custom web part, that is writing a class that would Inherit WebPart. But i am not clear how to do this. As i have never given a try to building custom controls, so i am not sure how would i generate the UI for this?
So if i do need to write custom web part, i would like to get hand on good articles so that i can study and implement.
Also i am not understanding why to use webpart ? Because whats the use if it allows the user to just minimize and close the controls.
Please let me know so what is a better way to convert a user control to a web part.
Thanks,
Ketaki