Any body have idea how to put controls dynamically in asp.net 3.5 ? if any example please provide to me. another Question : is it possible to create Event for Dynamic Controls ?
|
|
|||
|
|
|
Here is an example (including creating an event) for ASP.NET dynamic controls...
Hope it helps! |
||||||||||
|
|
|
It is certainly possible, and it's possible to "wire up" a controls events despite it being created dynamically. See the following links for full information: How to: Add Controls to an ASP.NET Web Page Programmatically |
||
|
|
|
|
Here is an article that explains how to do it for custom usercontrols. |
||
|
|
