Can you dynamically assign a Master Page?
Answer / Akshit Shakolay
Yes, in ASP.NET you can dynamically assign a master page at runtime using the Page.MasterPageFile property.n```csharpnprotected void Page_Load(object sender, EventArgs e)
{n this.MasterPageFile = "~/NewMaster.master";n}n```
| Is This Answer Correct ? | 0 Yes | 0 No |
What combination of methods are used to improve the speed of the fill() method of the DataAdapter? a) BeginFillData() and EndFillData() b) StartFillData() and EndFillData() c) BeginLoadData() and EndLoadData() d) StartLoadData() and EndLoadData()
2 Answers Syntax Softtech, winfoware,
I need to download file from web server, without using save as dialogue box. Can anyone help, thanks In advance.
How do I upload a file from my ASP.NET page?
How Response.flush works in server.Execute ?
1 Answers Keane India Ltd, TCS,
What is ispostback property?
Does asp.net still recognize the global.asa file?
what are types of viewstate
What is the Difference between MVC And MVP design pattrens
can any one explain about 3-tier architecture and how to deploy 3 layers of 3-tier architecture in 3 different servers.plz send me .net code
What are the main differences between asp and asp.net?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
what is client-server architecture in .net? and what is 3-tier architecture?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)