first click a button, half page display then next click another button display the remaining page using asp.net
-
first click a button, half page display then next click another button display the remaining page using asp.net
-
first click a button, half page display then next click another button display the remaining page using asp.net
I'm not quite sure if this is a problem you are having or is something you are trying to do!!! I'll assume the latter, place 2 Panel controls on a page with the Visible property set to false and add the relevant content to the 2 panels. In the OnClick of the button check if the first panel control is visible, if its not the set its visible property to true and so on....
Declan Bright www.declanbright.com
-
I'm not quite sure if this is a problem you are having or is something you are trying to do!!! I'll assume the latter, place 2 Panel controls on a page with the Visible property set to false and add the relevant content to the 2 panels. In the OnClick of the button check if the first panel control is visible, if its not the set its visible property to true and so on....
Declan Bright www.declanbright.com
You can also achieve this with partial classes because at the end only one page will render.
Usman Munier Xavor Corporation Pakistan