Ask a Question related to ASP.NET General, Design and Development.
-
trinitypete #1
Placeholder Question
Hi all,
I have a placeholder control on an ASPX page. I
dynamically add a button control to the placeholder from
code - all is well with the world. Both the place holder
and control have viewstate enabled, but on post back the
control disappears from the placeholder. Am I missing
something here or does the viewstate not persist the
placeholders control collection?
Thanks in advance pete.
trinitypete Guest
-
placeholder error
I am using DBD-Sybase 1.05-oc12.5.1. When running my script I get the following error: ct_result(ct_dynamic(CS_PREPARE)) returned -205 at... -
Usercontorl in a placeholder
Hi, I am having this wierd issue. I have a usercontrol in a aspx page. Basically this user control has some labels and thats it. It has a printer... -
Events from a UserControl within a PlaceHolder
Brief background: I have a page that loads n UserControls into a PlaceHolder control, where n corresponds to a number of inputs by the user. Each... -
Build control in a placeholder or like a placeholder
Hi. I create a new custom control and it works fine. But now, I need to put it in any place on the page, like the placehold control do. Someone... -
4GL V7.31 placeholder problem?
Hi Testing 4GL V7.31 here, on HP-UX11i. The following code has worked in 4GL 6.05 thru 7.20 for over 7 years. Now in 7.31 it's failing at runtime... -
Naveen K Kohli #2
Re: Placeholder Question
Any control that is added to the page dynaically will have to be readded on
Page load. Page does not loose the view state but for the view state to work
it has to recreate its original state first.
--
Naveen K Kohli
[url]http://www.netomatix.com[/url]
"trinitypete" <support@trinity.com> wrote in message
news:09a201c33fbb$8b8ca370$a301280a@phx.gbl...> Hi all,
>
> I have a placeholder control on an ASPX page. I
> dynamically add a button control to the placeholder from
> code - all is well with the world. Both the place holder
> and control have viewstate enabled, but on post back the
> control disappears from the placeholder. Am I missing
> something here or does the viewstate not persist the
> placeholders control collection?
>
> Thanks in advance pete.
Naveen K Kohli Guest
-
trinitypete #3
Re: Placeholder Question
Thanks for the info.
Regards, Pete.have to be readded on>-----Original Message-----
>Any control that is added to the page dynaically willview state to work>Page load. Page does not loose the view state but for the>it has to recreate its original state first.
>
>--
>Naveen K Kohli
>[url]http://www.netomatix.com[/url]
>"trinitypete" <support@trinity.com> wrote in message
>news:09a201c33fbb$8b8ca370$a301280a@phx.gbl...>>> Hi all,
>>
>> I have a placeholder control on an ASPX page. I
>> dynamically add a button control to the placeholder from
>> code - all is well with the world. Both the place holder
>> and control have viewstate enabled, but on post back the
>> control disappears from the placeholder. Am I missing
>> something here or does the viewstate not persist the
>> placeholders control collection?
>>
>> Thanks in advance pete.
>
>.
>trinitypete Guest



Reply With Quote

