Ask a Question related to ASP.NET General, Design and Development.
-
Spartaco #1
Re: Placehoder and ASCX
you could pass to your placeholder1 a reference to placeholder2... so from
inside placeholder1's ascx u could write something like this:
placeholder2.controls.add (page.loadcontrol("control1.ascx"))
Spa.-
"Alessandro" <gemini_two@hotmail.com> wrote in message
news:umMt88eRDHA.2232@TK2MSFTNGP11.phx.gbl...i> I have a page with two placeholder, and all the placeholder have an ascX:
> when i click on Button A i want to load on PlaceHolder 2 a control X, when> click on button B i want to load a control Y: any idea ? I'm not able to
> load a control from an ASCX to the parent page.
>
> _________________________________________
> _ _
> _ PlaceHolder 1 _
> _ _ PlaceHolder 2
> _ _
> _ Button A _
> _ _
> _ Button B _
> _________________________________________
>
>
Spartaco Guest
-
ASP.NET 2.0 BUG with ASCX controls
My application runs fine for a long while then, all of a sudden my it starts getting this error pointing to my ascx control in the call stack ... -
JavaScript Src attrubute in ascx
I have a System.Web.UI.UserControl as custom control and I have a javascript block for user control. The problem is I want to bring src attribute... -
ascx... again :'(
Hello, I got a Solution, containing two projects, a project of classes, and a web project. The two projects directories are not located in the... -
ascx... in a class.vb
I made a class in an other file than the aspx one. This class is juste an HtmlTable, it looks like a window, and i'd like to add a property to this... -
[ASCX] Add an ascx in a webcontrol...
hey there, ok i made a class, that inherits webcontrol, and i add an htmltable to it. I was wondering how to declare an ascx file as an object in...



Reply With Quote

