posts - 22, comments - 29, trackbacks - 0

My Links

News

Twitter












Archives

Post Categories

ASP.net

MS Tech Ed 2011 Coming Soon
Microsoft Tech ed 2010 was a great success. Infact Most of such conferences always provide a great place to meet other technology enthusiasts and ofcourse,whats in the pipeline for future products of a company or field.. And yet again,MS Tech ed India is coming on 23-25 march in Banglore,India.Well,the place is ofcourse right suited for any IT/Computing conference.After all,Its Silicon Valley of India.. From Last year.I remember a session by Harish about “Building pure client side apps with Jquery...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, February 25, 2011 1:52 AM | Feedback (0) | Filed Under [ ASP.net ]

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: