I was able to make a simple webpart by following what was on this website
http://www.codeguru.com/csharp/.net/net_asp/webforms/article.php/c12293/
But now I would like to add controls like TextBoxes, Buttons, TreeViews …
How can I do that? The place I coded into was just a class library!! How can I use a designer and a page for coding?
I was able to make a simple webpart by following what was on this
Share
Try not to override the Render method of the WebPart class, but instead override the CreateChildControls method like this: