I am currently having an issue using the RadPanelBar i would like it to change the visible of the corresponding div to true without refreshing the whole page. I have it working with a button doing a submit but i can't seem to get it to work correctly using the RadPanelBar. I am sure its just a minor setting but i can't seem to figure it out.
Example: i would like if a user who clicks an item in the radpanelbar to change the visibility of an item WITHOUT refreshing the whole page.
Example:
I have configured it with three different groups.
Group A
Click 1
Click 2
Click 3
<Div id="one" visible =false>
Test1
</div>
<Div id="two" visible =false>
Test1
</div>
etc...
in the code behind i have the following code:
Example: i would like if a user who clicks an item in the radpanelbar to change the visibility of an item WITHOUT refreshing the whole page.
Example:
I have configured it with three different groups.
Group A
Click 1
Click 2
Click 3
<Div id="one" visible =false>
Test1
</div>
<Div id="two" visible =false>
Test1
</div>
etc...
in the code behind i have the following code: