It is my first time to use masterpages using ASP.NET 2.0
I use express version for trial, and I created a masterpage masterpage.master
created an aspx form default.aspx which uses the masterpa...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21635973.html
I am using ASP.NET 2.0 and have many content pages inheriting a masterpage. One of those pages is a receipt.aspx page that returns when a customer successfully completes an order. I have written ...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21810601.html
I have a generic side 'thing' that i was to duplicate on the same page. It's pretty much a table with different contents in one of the td's.
So rather than have 3+ tables, and just copy and p...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21866840.html
How can I control and change the contents within the <head> section of the master page? I'm using nested master pages, and I need to specify a different stylesheet for the nested master page. How c...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21930072.html
Hi!
I've made a web site using a MasterPage and content pages.
Now, whenever a button is clicked in a content page the entire site is reloaded, but I only want the
content page to be reloaded...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21987498.html
I have a masterpage template file that includes some javascript. The javascript works for my files in the root directory, but not for files that are in sub-directories.
Here is is the javascrip...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_22091499.html
I would like to be able to change the SiteMapDataSource of the master page from other pages.
I tried creating a codefile for the master page and having public sub's that can be called from oth...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22137437.htm...
I have a MasterPage.Master with a TableCell called cellStatus.
The Content page is called Default.aspx.
From Default.aspx.vb I call a class called App_Code\clsGlobal.vb
How can I set cellS...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21534769.html
I have a problem w/ asp.net 2.0 that i'm running utilizing masterpages. I have an image referenced in the master page, "images/pic.gif". everything shows up fine when i view it in iis, but using ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21628454.html
In ASP.NET 2.0 we have a master page, which has over about 30 content pages. How to I insert a javascript or javascript link (to the .js file) into the content pages? I don't want to do it in the...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21743739.html