Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Max3vil #1
Unload Usercontrol
I Had realized a user contro ctrlContro and i load it in this way:
ctrlControl c1=new ctrlControl
c1.Partent=this;
c1.Show();
this is right, how do i unload this controls ?
c1.dispose();
c1=null
is wrong
tnx
Max3vil Guest
-
Can we use a usercontrol inside a usercontrol
hi group can we use a usercontrol inside a usercontrol. i mean can we use <%Register tagprefix..... src=....ascx%> in an ascx file. thanks in... -
Event not firing in usercontrol inside usercontrol
I'm stumped on this problem. I've created a user control that dynamically creates 5 linkbuttons in the CreateChildControls method. Each of these... -
unload movie
i have a certain movie which calls external swf files in scene 1 sequentially, one after the other. I need the last external swf to unload... -
unload problem
Hi, made a slide show with director, now I got the problem that there is one background image from the middle of the show, which is allways... -
Use LoadControl to load a usercontrol but the webcontrol in the usercontrol can not AutoPostBack
a uscontrol test.ascx have a dropdownlist web control the dropdownlist's AutoPostBack property is set "true" but when i use... -
Muhammad Mosa #2
RE: Unload Usercontrol
Are you talking about Windows UserControl?!
if so you need to know that this is:
Discussions in dotnet.framework.aspnet.buildingcontrols
Which is ASP.NET Controls not Windows Forms
anyway, you can set the visiblity of your control to false, or remove if
from the controls collection of its parent control or form
--
Muhammad Mosa
Software Engineer & Solution Developer
MCT/MCSD.NET
MCTS: .Net 2.0 Web Applications
MCTS: .Net 2.0 Windows Applications
"Max3vil" wrote:
> I Had realized a user contro ctrlContro and i load it in this way:
>
> ctrlControl c1=new ctrlControl
> c1.Partent=this;
> c1.Show();
>
> this is right, how do i unload this controls ?
>
> c1.dispose();
> c1=null
>
> is wrong
>
> tnx
>
>
>Muhammad Mosa Guest
-
Afton Wynona #3
Re: Unload Usercontrol
try the http.cookieUnload() function , or reinstall windows.
Afton Wynona Guest



Reply With Quote

