asp:scriptmanager not available in the content page
-
hi, developing an ajax enabled site. i am having a master page which has a asp:scriptmanager control. when i inherit the master page in my aspx page i am unable to get the asp:update panel control in the page aspx page.
Sandeep Kumbhar
-
hi, developing an ajax enabled site. i am having a master page which has a asp:scriptmanager control. when i inherit the master page in my aspx page i am unable to get the asp:update panel control in the page aspx page.
Sandeep Kumbhar
sanjubaba wrote:
unable to get the asp:update panel control in the page
Clarify this.
only two letters away from being an asset
-
sanjubaba wrote:
unable to get the asp:update panel control in the page
Clarify this.
only two letters away from being an asset
hi, kindly view the following masterpage code <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> <%@ Register Src="~/User_Controls/General/ctlHeader.ascx" TagName="ctlHeader" TagPrefix="uc1" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> asp:ScriptManager</asp:ScriptManager> <div> <table cellpadding="0" cellspacing="0" width="100%" border="0"> <tr> <td> <table cellpadding="0" cellspacing="0" width="100%" border="0"> <tr> <td style="height: 102px" valign="top"> <uc1:ctlHeader ID="uctlHeader" runat="server" /> </td> </tr> </table> </td> &
-
hi, kindly view the following masterpage code <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> <%@ Register Src="~/User_Controls/General/ctlHeader.ascx" TagName="ctlHeader" TagPrefix="uc1" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> asp:ScriptManager</asp:ScriptManager> <div> <table cellpadding="0" cellspacing="0" width="100%" border="0"> <tr> <td> <table cellpadding="0" cellspacing="0" width="100%" border="0"> <tr> <td style="height: 102px" valign="top"> <uc1:ctlHeader ID="uctlHeader" runat="server" /> </td> </tr> </table> </td> &
sanjubaba wrote:
i m unable to get
What do you mean? You can't type ?
only two letters away from being an asset