This is my Technical area of troubleshooting and learning new Programming skills and many more. Here you will find answers for many new technologies like asp.net 2.0/3.5,4.0 C# access, mysql, Amazon Webservice ,Sql-server, JD Edwards, SAS, Salesforce, APIs, MVC and many more. please visit & discuss.
Tuesday, May 13, 2008
Select Masterpage and theam during run time asp.net c#
Define follwoing in your program:- protected void Page_PreInit(object sender, EventArgs e) { Page.MasterPageFile = "~/zzzzzz.master"; }
No comments:
Post a Comment