Click here to Skip to main content
15,898,036 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Should a web hoster be able to run an ASP.NET web app created by VS 2008? Pin
Abhijit Jana11-Sep-09 11:05
professionalAbhijit Jana11-Sep-09 11:05 
AnswerRe: Should a web hoster be able to run an ASP.NET web app created by VS 2008? Pin
Christian Graus11-Sep-09 11:08
protectorChristian Graus11-Sep-09 11:08 
AnswerRe: Should a web hoster be able to run an ASP.NET web app created by VS 2008? Pin
Abhishek Sur11-Sep-09 12:06
professionalAbhishek Sur11-Sep-09 12:06 
AnswerRe: Should a web hoster be able to run an ASP.NET web app created by VS 2008? Pin
tagyurit12-Sep-09 5:13
tagyurit12-Sep-09 5:13 
Questionasp:scriptmanager not available in the content page Pin
sanjubaba11-Sep-09 5:39
sanjubaba11-Sep-09 5:39 
AnswerRe: asp:scriptmanager not available in the content page Pin
sashidhar11-Sep-09 5:53
sashidhar11-Sep-09 5:53 
AnswerRe: asp:scriptmanager not available in the content page Pin
Not Active11-Sep-09 6:13
mentorNot Active11-Sep-09 6:13 
GeneralRe: asp:scriptmanager not available in the content page Pin
sanjubaba11-Sep-09 20:56
sanjubaba11-Sep-09 20:56 
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>
               </tr>
         </table>
         <table cellpadding="0" cellspacing="0" width="100%" border="0">
               <tr>
                     <td align="center">
                        <asp:contentplaceholder id="ContentPlaceHolder1" runat="server">                       
                           <asp:UpdatePanel></asp:UpdatePanel>
                        </asp:contentplaceholder>
                     </td>
               </tr>
         </table>
      </div>
      </form>
</body>
</html>

In the master page i am able to get the <asp:UpdatePanel>

But in the content page where i am inheriting the master page, i m unable to get <asp:UpdatePanel>

view the content page code aspx page:

<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="testupdatepanel.aspx.cs" Inherits="Forms_testupdatepanel" Title="Untitled Page" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
  
</asp:Content>

Sandeep Kumbhar

GeneralRe: asp:scriptmanager not available in the content page Pin
Not Active12-Sep-09 3:40
mentorNot Active12-Sep-09 3:40 
QuestionNeed Help Pin
amarnath n.n11-Sep-09 4:59
amarnath n.n11-Sep-09 4:59 
AnswerRe: Need Help Pin
Not Active11-Sep-09 6:10
mentorNot Active11-Sep-09 6:10 
AnswerRe: Need Help Pin
Abhishek Sur11-Sep-09 8:10
professionalAbhishek Sur11-Sep-09 8:10 
AnswerRe: Need Help Pin
N a v a n e e t h13-Sep-09 6:25
N a v a n e e t h13-Sep-09 6:25 
GeneralRe: Need Help Pin
droth1714-Sep-09 2:10
droth1714-Sep-09 2:10 
QuestionPost Back Pin
ellllllllie11-Sep-09 4:45
ellllllllie11-Sep-09 4:45 
AnswerRe: Post Back Pin
tagyurit11-Sep-09 5:53
tagyurit11-Sep-09 5:53 
AnswerRe: Post Back Pin
Abhishek Sur11-Sep-09 6:02
professionalAbhishek Sur11-Sep-09 6:02 
QuestionHow to get logged on user (Windows Authen/Active Direct) Pin
Shameegh Boer11-Sep-09 4:26
Shameegh Boer11-Sep-09 4:26 
AnswerRe: How to get logged on user (Windows Authen/Active Direct) Pin
tagyurit11-Sep-09 5:19
tagyurit11-Sep-09 5:19 
AnswerRe: How to get logged on user (Windows Authen/Active Direct) Pin
Md. Marufuzzaman11-Sep-09 5:30
professionalMd. Marufuzzaman11-Sep-09 5:30 
AnswerRe: How to get logged on user (Windows Authen/Active Direct) Pin
Beyondard11-Sep-09 6:59
Beyondard11-Sep-09 6:59 
GeneralRe: How to get logged on user (Windows Authen/Active Direct) Pin
Shameegh Boer13-Sep-09 20:42
Shameegh Boer13-Sep-09 20:42 
GeneralRe: How to get logged on user (Windows Authen/Active Direct) Pin
Shameegh Boer22-Sep-09 21:45
Shameegh Boer22-Sep-09 21:45 
GeneralRe: How to get logged on user (Windows Authen/Active Direct) Pin
Shameegh Boer22-Sep-09 20:51
Shameegh Boer22-Sep-09 20:51 
QuestionThe operation has timed out for simple Web request. Pin
Vilas Dilip Patil11-Sep-09 4:06
Vilas Dilip Patil11-Sep-09 4:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.