Hi,
Stucked in a problem???
I have a master page, containing ContentPlaceHolder. The ContentPalceHolder contains a div (inside update panel) which has to be used to load UserControls dynamically(using LoadControl). Now i have loaded the Report navigation UserControl to the div, which contains Buttons for all the reports available to the client.
Now I want that when any button is clicked, the report navigation cntrol has to be replaced by the corresponding report user control (without any postback).