In true, i need to pass a placeholder by param

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. #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...
    2. & 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...
    3. 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...
    4. 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...
    5. #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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139