Click here to Skip to main content
15,896,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Timer Control Pin
Syed Ali Raza8-Jun-08 23:21
Syed Ali Raza8-Jun-08 23:21 
AnswerRe: Timer Control Pin
~V~8-Jun-08 23:58
~V~8-Jun-08 23:58 
QuestionInclude master page at run time Pin
J Liang8-Jun-08 22:27
J Liang8-Jun-08 22:27 
AnswerRe: Include master page at run time Pin
Parwej Ahamad8-Jun-08 22:42
professionalParwej Ahamad8-Jun-08 22:42 
GeneralRe: Include master page at run time Pin
J Liang8-Jun-08 22:51
J Liang8-Jun-08 22:51 
AnswerRe: Include master page at run time Pin
N a v a n e e t h8-Jun-08 22:51
N a v a n e e t h8-Jun-08 22:51 
GeneralRe: Include master page at run time Pin
J Liang8-Jun-08 23:00
J Liang8-Jun-08 23:00 
GeneralRe: Include master page at run time Pin
N a v a n e e t h8-Jun-08 23:17
N a v a n e e t h8-Jun-08 23:17 
It should be in a content page, not in master page.

I got your problem, you are trying to change a master page dynamically in a page where master page is not at all used. Try putting your ASPX page contents into
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
</asp:Content>
. Master page should contain body, form and a content placeholder. In your content page, supply the content placeholder id to asp:content's ContentPlaceHolderID property.

Hope this helps

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: Include master page at run time Pin
sidbaruah8-Jun-08 23:52
sidbaruah8-Jun-08 23:52 
GeneralRe: Include master page at run time Pin
J Liang9-Jun-08 0:02
J Liang9-Jun-08 0:02 
GeneralRe: Include master page at run time Pin
sidbaruah9-Jun-08 0:23
sidbaruah9-Jun-08 0:23 
GeneralRe: Include master page at run time Pin
J Liang9-Jun-08 0:29
J Liang9-Jun-08 0:29 
Questionprint Excel file from ASP.NET Pin
acroitoriu8-Jun-08 22:12
acroitoriu8-Jun-08 22:12 
QuestionNeed to change the css class of the selected node of the tree view Pin
jophinmichael8-Jun-08 21:46
jophinmichael8-Jun-08 21:46 
AnswerRe: Need to change the css class of the selected node of the tree view Pin
eyeseetee8-Jun-08 21:52
eyeseetee8-Jun-08 21:52 
Questionhow to fill events in dropdownlist by clicking particular date in calendar [modified] Pin
ursmalathi8-Jun-08 21:23
ursmalathi8-Jun-08 21:23 
AnswerRe: how to fill events in dropdownlist by clicking particular date in calendar Pin
eyeseetee8-Jun-08 21:49
eyeseetee8-Jun-08 21:49 
Questionasp.net application link problem Pin
meetshums8-Jun-08 21:20
meetshums8-Jun-08 21:20 
AnswerRe: asp.net application link problem Pin
eyeseetee8-Jun-08 21:47
eyeseetee8-Jun-08 21:47 
GeneralRe: asp.net application link problem Pin
meetshums9-Jun-08 22:00
meetshums9-Jun-08 22:00 
AnswerRe: asp.net application link problem Pin
N a v a n e e t h8-Jun-08 22:56
N a v a n e e t h8-Jun-08 22:56 
GeneralRe: asp.net application link problem Pin
meetshums9-Jun-08 22:02
meetshums9-Jun-08 22:02 
AnswerRe: asp.net application link problem Pin
sidbaruah9-Jun-08 0:33
sidbaruah9-Jun-08 0:33 
GeneralRe: asp.net application link problem Pin
meetshums9-Jun-08 22:04
meetshums9-Jun-08 22:04 
GeneralRe: asp.net application link problem Pin
sidbaruah9-Jun-08 22:11
sidbaruah9-Jun-08 22:11 

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.