Designer/attributes for custom DataSource Control?

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

  1. #1

    Default Designer/attributes for custom DataSource Control?

    Hi,

    I've developed my own datasource control.

    When I make my datasource control be the datasource of a formview control, I
    would like the formview control to prepopulate it's templates with controls
    representing the fields from my datasource control.

    What designer/attributes should I set to help me do this?


    Thanks
    Martin


    Martin Guest

  2. Similar Questions and Discussions

    1. Custom DataSource Control
      I am building a custom DataSourceObject for my Business Layer. I have been following Nikhil Kothari's articles...
    2. Custom Control does not allow access to Attributes
      I built a custom control for all the basic web.ui.controls like textbox, label, checkbox etc etc. I added my custom attribute called ApplySecurity...
    3. How do I get a custom Control Designer to write to the HTML of my control?
      I have created a custom 'Control Designer' that provids a popup dialog for entering more complex properties (such as property builder in the data...
    4. need advice with custom control and designer please
      Hi I'm a bit new to the designing of custom web page controls and using them in the properties designer window - need a little advice on a...
    5. Cannot drag a new Custom Control onto Designer
      Simple question but I'm considering hari-kari: I created a CustomControl starting from a c# Web Control Library Project. I immediately compiled...
  3. #2

    Default Re: Designer/attributes for custom DataSource Control?

    As a 2nd point, if I wanted to change the default markup when a datasource
    is applied to a formview control, I guess this is most likely to be
    achieved with a derived formview with a derived formview designer.

    Thoughts anyone?

    "Martin" <x@y.z> wrote in message
    news:OA%23imFJsGHA.5044@TK2MSFTNGP05.phx.gbl...
    > Hi,
    >
    > I've developed my own datasource control.
    >
    > When I make my datasource control be the datasource of a formview control,
    > I would like the formview control to prepopulate it's templates with
    > controls representing the fields from my datasource control.
    >
    > What designer/attributes should I set to help me do this?
    >
    >
    > Thanks
    > Martin
    >

    Martin 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