|
Post by gartxot on Dec 9, 2008 11:46:20 GMT -6
Hello!
I was wondering if it's possible to use asp.net webcontrols as textbox or commandbutton inside a custom webpart written with C#. As example, i'd like to capture the button_Click event and retrieve data in the textbox.
I've burnt google out but nothing found.
Thank you!
|
|
|
Post by Andreas Kviby on Jan 11, 2009 19:41:12 GMT -6
Hi Ofcourse, you can build it like ASP.NET User Controls and then store them as files inside your webroot catalog by creating a folder caller UserControls and drop it there. Then goto codeplex.com and search for SmartPart, install it and add it to a page and then just select the user control inside this webpart and voila!
|
|