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
2 answers

WPF capturing an click event in a child control

betpet
208

I'm building an app in WPF and have a main window, in the window I have a frame with a page inside it. On the page is a button. I have instantiated the page inside the application and am trying to create an event where I can capture the c ...

0
votes
0 answers

WPF - Page closing itself via it's hosting frame in C#

betpet
208

Hi, I have a WPF application that has a menu, a frame and depending on what you select in the menu, a page gets added to the frame to allow the user to get on with stuff. The problem I have is that they user wants a 'cancel' button on ...

1
votes
1 answers

IsPostBack VS IsCrossPagePostBack

sanjib
226

What is the difference between IsPostBack and IsCrossPagePostBack? When these properties of Page object are used and what happened?

Feedback