Hi,
How to change default page into master page by coding?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
navaneeth bojanPosted Jan 22, 2013, 5:30 AM
protected void Page_PreInit(object sender, EventArgs e) { this.Page.MasterPageFile = "~/Blank.master";}