posts - 22, comments - 29, trackbacks - 0

My Links

News

Twitter












Archives

Post Categories

October 2009 Entries

Adding controls dynamically in ASP.Net?
The Problem scenario is like this: I have a button and a textbox on a asp.net page: <asp:Panel ID="Panel1" runat="server" <asp:TextBox ID="GroupName" runat="server" Width="352px” /> <asp:Button ID="CreateGroup" runat="server" Text="Create" onclick="CreateGroup_Click" /> </asp:Panel> <asp:PlaceHolder ID="PlaceHolder1" runat="server" /> When I click the button a label should be added dynamically to the placeholder located in the page: The code in click event handler is as:...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Sunday, October 04, 2009 10:58 PM | Feedback (3) | Filed Under [ ASP.net ]

Powered by: