Refresh User Control without Refreshing the Page
- by Shrewdy
hi,
I have a page and on that page i have a button and a user control.
I want to refresh the user control without refreshing the page.
I know i cannot do it otherwise so i did is...
(wrapped my user control inside the Update Panel.)
<asp:TextBox ID="txtName" runat="server"></asp:TextBox><br />
<asp:Button ID="btnAdd"…