Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to remove user control at run-time?
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00972037
Message ID:
00972152
Views:
16
>Page has user control (mycontrol.ascx)
>
>If I want to make it invisible or remove it in the Page_Load method, how do you do it?
>

You probably don't need to remove it. Making it invisible has pretty much the same affect. All you need to do is set the Visible property to false and ASP.NET will basically skip output generation for this control (ie Render() doesn't fire).

You can also use the Controls collection to remove the user control entirely.

+++ Rick ---
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform