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...
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:...