Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Explicitly generate html-code from aspx code...


Message #1 by "Clemens Wyss" <clemens.wyss@h...> on Mon, 26 Aug 2002 10:13:10
> 
> You cannot add the <asp:textbox syntax into the control in 
> the server-code, this only works from an aspx page. You have 
> to create a new textbox control and insert it into the span.
> 
> TextBox txt = new TextBox();
> span.Controls.Add(txt);
> 

Thought so. I will have to rethink my solution.

Thanks anyway to all those who helped
Clemens

  Return to Index