Link to home
Start Free TrialLog in
Avatar of Webboy2008
Webboy2008

asked on

asp.net /ajax / c#

I have asp.net / c# application and have masterpage as well.
My question is. If I want to add ajax feature. I know I will add scriptmanager, but how to add
<asp:UpdatePanel ID="UpdatePanel1" runat="server">?

like
My mastserpage as follow
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<div></div>
</asp:updatepanel>

I did try and it does not alert any error but it does not look working. and i still see fresh behaviors
Just wonder any experts can help.
ASKER CERTIFIED SOLUTION
Avatar of Member_2_4913559
Member_2_4913559
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial