I have two web parts on my dash board.But when dashboard get rendered on IE i am showing only one web part.when i close that webpart then my next webpart should appear on thedashboard and vice versa.
What do the properties of the web parts show? Do you have them both setto be visible?Some web parts are smart in that if they don't have content, they don'tshow up. Could that be the case?
I am confused on the question. Are you trying to get 2 web parts to work thisway? Or is it working this and you do not want it to work this way?
Actually i have two webparts which are included on mydashboard. but for one of them i set the IsVisible property to False. That isthe reason when dashboard renders it show only one webpart whose IsVisibleproperty is set to true. Now i want to close this web part and open my anotherwebpart whose IsVisible property is false. so that i can see another webpart.Also if i close this webpart then my previous web part should show and this partshould get hide. means alternating the show hide of webpart but depending oneach others status.I hope u got what i want to do. Example ishttp://msdn.microsoft.com/library/default.aspOn this page if you close the left explorer view then you will get the Show TOCbutton on top and if you click on show toc you will see the full explorer.I hope this will help you in understanding my problem