Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > How do I get a custom Control Designer to write to the HTML of my control?

Reply
Thread Tools

How do I get a custom Control Designer to write to the HTML of my control?

 
 
Don
Guest
Posts: n/a
 
      07-15-2005
I have created a custom 'Control Designer' that provids a popup dialog
for entering more complex properties (such as property builder in the
data grid). Once a I have a property defined I can't seem to get the
values back to my control. I want to add additional tags to the HTML
to hold these values.

A good example of what I'm trying to do is the dataGrid. When I put it
on a page I get the dataGrid tags in the HTML view (<aspataGrid>). I
then go to property builder and add a data bound column. This adds the
<Columns> tag and a <asp:BoundColumn> tag to the HTML for my control.

How do I get my 'property builder' to write back to the HTML of my
control?

 
Reply With Quote
 
 
 
 
Andrew Backer
Guest
Posts: n/a
 
      07-18-2005
Sounds like a VS.Net integration issue? Perhaps better posted there?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
Cannot get Custom Control to display in Designer kriknav@gmail.com ASP .Net Building Controls 0 09-21-2007 06:43 PM
Sharepoint Designer/ Expression Web Designer : adding item in toolbox ? Steve B. ASP .Net 4 06-01-2007 04:29 AM
How do I get a custom Control Designer to write to the HTML of my control? Don ASP .Net Building Controls 1 07-18-2005 11:16 PM
ControlDesigner not invoked on custom control when control is rendered within another custom control Matt Sokol ASP .Net Building Controls 2 08-07-2003 07:13 AM



Advertisments
 



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