Click here to Skip to main content
15,911,360 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have two web user controls in asp.net page...
What I want to do is, when I click on a button in one user control, It should disappear and
other user control should appear.... and when I click the back button, this will go off, and the old will come...

Any idea to make it in webcontrols,, (Not Pages, as I am giving the user controls only,,, )
Posted
Comments
Nelek 1-Sep-13 8:30am    
Can you not use the simple "control.visible = TRUE or FALSE"?

http://www.google.de/#q=asp.net+controls+visibility[^]
Yesudasan Moses 2-Sep-13 5:36am    
yea,,, i did it that way and it works,,, thanks so much dear friend,,, :)
Nelek 2-Sep-13 5:58am    
You are welcome

1 solution

Posting to remove question from unanswered list. OP found solution through the comment:


Can you not use the simple "control.visible = TRUE or FALSE"?
http://www.google.de/#q=asp.net+controls+visibility[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900