blah blah blah is here! blah blah » Close

0
votes
0 answers

How to encapsulate a master page?

Hi, we've started writing a standard toolkit for our asp.net applications so we've come up with one standard master page, stylesheet, errorpage, noaccesspage etc. that will be used by all our applications. Is there a way we can add these pa ...

0
votes
0 answers

change content in a master page from a user control

Hi all I have a master page at the top of the page I have a user control which is a simple search box also on the master page I have a ContentPlaceHolder with an id I have so far ContentPlaceHolder mpContentPlaceHolder; mpConte ...

0
votes
1 answers

C# program to switch updating from Master server to Slave server

assuming that I have setup the Database (MySQL) Replication using Master-Slave configuration, and have synchronized those Master and Slave servers, how can my C# program know that it has to update the Slave server when the Master server fai ...

0
votes
1 answers

Passing information between master page and content

Is it ideal that master page and content will be independent as long as passing information is concerned or it's neccessary that they should pass information in some cases?

Feedback