Ask a Question related to ASP.NET Building Controls, Design and Development.
-
nail #1
In true, i need to pass a placeholder by param
Hi again.
I'm wrong in my first message.
What I need to do is, render my control in a placeholder passed by param.
I try somethings here, by I get this error:
A value of type 'System.Web.UI.WebControls.PlaceHolder' cannot be
serialized.
Someone know any way to do that? Render a custom conrol in a specifi
placeholder?
Thanks
nail Guest
-
#39817 [NEW]: curl_setopt/curl_setopt_array returns true for CURLOPT_FOLLOWLOCATION => true i
From: php_dot_net at edelhost dot de Operating system: Linux 2.6.18.k7 PHP version: 5.2.0 PHP Bug Type: cURL related Bug... -
& in a string to pass through url param
I am trying to add a list/menu in DW2004, and for each option I need to pass url paramerters the problem I am having is concantinating & in a string... -
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... -
Pass Param to SQL Query
Hi I'm sure this is very trivial, but I simple don't know how to it? I've got a SQL query but I wish to pass a 'WHERE' clause to it, to filter... -
#26232 [Opn->Bgs]: in_array produces true when bool true is in haystack
ID: 26232 Updated by: jay@php.net Reported By: me at my dot house -Status: Open +Status: Bogus Bug... -
nail #2
Re: In true, i need to pass a placeholder by param
Thanks. I resolve the problem.
I can't do a property type PlaceHolder like
public PlaceHolder InitialPlaceholder
{
get{}
set{}
}
I change it to String and works.
"nail" <nail@seaforce.net> wrote in message
news:uaIS4D4lEHA.3760@TK2MSFTNGP12.phx.gbl...> Hi again.
> I'm wrong in my first message.
> What I need to do is, render my control in a placeholder passed by param.
> I try somethings here, by I get this error:
>
> A value of type 'System.Web.UI.WebControls.PlaceHolder' cannot be
> serialized.
>
> Someone know any way to do that? Render a custom conrol in a specifi
> placeholder?
>
> Thanks
>
>
nail Guest



Reply With Quote

