Click here to Skip to main content
15,917,642 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to access the changes in style.display property by Javascript in code behind Pin
prashantkharade11-Apr-09 0:39
prashantkharade11-Apr-09 0:39 
AnswerRe: How to access the changes in style.display property by Javascript in code behind Pin
Yusuf11-Apr-09 17:29
Yusuf11-Apr-09 17:29 
QuestionRe: How to access the changes in style.display property by Javascript in code behind Pin
prashantkharade12-Apr-09 17:46
prashantkharade12-Apr-09 17:46 
AnswerRe: How to access the changes in style.display property by Javascript in code behind [modified] Pin
PauloCastilho13-Apr-09 10:05
PauloCastilho13-Apr-09 10:05 
QuestionErroor: The state information is invalid for this page and might be corrupted. Pin
keyur satyadev11-Apr-09 0:08
keyur satyadev11-Apr-09 0:08 
AnswerRe: Erroor: The state information is invalid for this page and might be corrupted. Pin
Yusuf11-Apr-09 17:31
Yusuf11-Apr-09 17:31 
QuestionGridView Sorting with ObjectDataSource Issues Pin
mazen9710-Apr-09 23:49
mazen9710-Apr-09 23:49 
QuestionAbout the masterpage in VS2008 Pin
Ethe1st10-Apr-09 21:34
Ethe1st10-Apr-09 21:34 
Hello ,everybody, I'm a chinese,and my english is so bad.
I'm the beginner in VS2008.
I have a question about the masterpage.

When I build a new masterpage,a question appear.

The source code like this:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage2.master.cs" Inherits="MasterPage2" %>

<!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></title>
    <asp:ContentPlaceHolder id="head" runat="server">
    </asp:ContentPlaceHolder>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
        
        </asp:ContentPlaceHolder>
    </div>
    </form>
</body>
</html>


I don't do any change in the source code.

But the design view give me mistake like this:
//-----------------
Error Rendering Control - ContentPlaceHolder1

An unhandled exception has occurred.
This control can only be used in a MasterPage.

//-----------------
AnswerRe: About the masterpage in VS2008 Pin
Ramesh Swaminathan10-Apr-09 22:02
Ramesh Swaminathan10-Apr-09 22:02 
GeneralRe: About the masterpage in VS2008 [modified] Pin
Ethe1st11-Apr-09 3:11
Ethe1st11-Apr-09 3:11 
QuestionCreate Dynamic SiteMap Pin
slSoftware10-Apr-09 20:46
slSoftware10-Apr-09 20:46 
QuestionCom Port Problem , Modem ,Asp.Net ,Real IP Address. Pin
ketan d patel10-Apr-09 20:14
ketan d patel10-Apr-09 20:14 
AnswerRe: Com Port Problem , Modem ,Asp.Net ,Real IP Address. Pin
Zia Ul Haq Soofi11-Apr-09 1:15
Zia Ul Haq Soofi11-Apr-09 1:15 
GeneralRe: Com Port Problem , Modem ,Asp.Net ,Real IP Address. Pin
ketan d patel11-Apr-09 2:27
ketan d patel11-Apr-09 2:27 
QuestionVisual Studio 2008 Professional Office Components Pin
Distind10-Apr-09 10:11
Distind10-Apr-09 10:11 
QuestionPaging without Javascript Pin
Charmy310-Apr-09 7:28
Charmy310-Apr-09 7:28 
QuestionHELP - Forms Auth Cookie persists after closing browser... Pin
Grapes-R-Fun10-Apr-09 5:45
Grapes-R-Fun10-Apr-09 5:45 
QuestionRe: HELP - Forms Auth Cookie persists after closing browser... Pin
led mike10-Apr-09 7:54
led mike10-Apr-09 7:54 
AnswerRe: HELP - Forms Auth Cookie persists after closing browser... Pin
Grapes-R-Fun10-Apr-09 9:55
Grapes-R-Fun10-Apr-09 9:55 
GeneralRe: HELP - Forms Auth Cookie persists after closing browser... Pin
led mike10-Apr-09 10:05
led mike10-Apr-09 10:05 
QuestionHow to Store SWF files to SQL Server 2005 from C# WinForm Application and retrieve it and display in ASP.NET Web Page Pin
AARIFBANGI10-Apr-09 5:08
AARIFBANGI10-Apr-09 5:08 
AnswerRe: How to Store SWF files to SQL Server 2005 from C# WinForm Application and retrieve it and display in ASP.NET Web Page Pin
Colin Angus Mackay10-Apr-09 5:09
Colin Angus Mackay10-Apr-09 5:09 
GeneralRe: How to Store SWF files to SQL Server 2005 from C# WinForm Application and retrieve it and display in ASP.NET Web Page Pin
AARIFBANGI10-Apr-09 5:25
AARIFBANGI10-Apr-09 5:25 
GeneralRe: How to Store SWF files to SQL Server 2005 from C# WinForm Application and retrieve it and display in ASP.NET Web Page Pin
Colin Angus Mackay10-Apr-09 5:30
Colin Angus Mackay10-Apr-09 5:30 
GeneralRe: How to Store SWF files to SQL Server 2005 from C# WinForm Application and retrieve it and display in ASP.NET Web Page Pin
AARIFBANGI10-Apr-09 5:36
AARIFBANGI10-Apr-09 5:36 

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.