Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating web controls programatically

Status
Not open for further replies.

ehx6

IS-IT--Management
Joined
May 20, 2004
Messages
150
Location
US
hi,

Is it possible to write a function to create a an aspx page which contains web server controls.( like <asp:Label <asp:DropDownList ) then same function would also create the code behind. I am not sure if this is doable. I appreciate your feedback.
Ehx
 
If you're talking about code generation, yes you can do that, too. Of course, if you want the page included you have to re-compile the application.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top