AJAX Problem

Discussion in 'ASP.NET 2.0' started by sridhar.a, Mar 8, 2007.

  1. Thank you,
    I understand what my mistake was, I did not upload the
    Ajax enabled Web.config.
    Its working now.
    Thank u once again.
    Sridhar
     
  2. Hi
    I am a registered user in Discountaspnet.
    I am using ASP.NET 2.0 and AJAX 1.0. I have taken on update panel and tested basic
    click event. It is working fine with my local machine.
    I have just uploaded the page on the site it is giving error as follows

    Unknown server tag 'asp:ScriptManager'.
    Source Error:





    Code:
    Line 10:     <form id="form1" runat="server">
    Line 11:     <div>
    Line 12:         <asp:ScriptManager ID="ScriptManager1" runat="server">
    Line 13:         </asp:ScriptManager>
    
    Do we have to install any other DLLs ?
    Please let me know ?
    Sridhar
     

Share This Page