Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Aleks Kleyn #1
property of control
Assume I designed web control which I use on different asp forms. Now I want
to make next step. Some controls (like textbox or drop down) have properties
which I see on the property tab of visual studio. When I change them they
appear as part of web page, so I can change their properties at design time.
How I can do it for user defined web controls.
Thank you, Aleks
Aleks Kleyn Guest
-
Web user control creation - Resolve an ImageUrl property if control themed
Hi I'm creating a WebControl which has a themeable ImageUrl property : <Bindable(True), Category("Appearance"),... -
Custom control with complex property type (System.Web.UI.Control[])
I've built a control with a property of type System.Web.UI.Control. I have a custom editor which allows me to add items to this collection at... -
Modifying a property of a control contained in a user control
I have a user control that is made up of several HyperLink controls. In the Page_Load event of pages that use the control I want to change a... -
Collection Property problems with Image control ImageUrl property and URLBuilder
Been using reflector and examining what Microsoft does with the Rows property in the Table class. It looks like all of the items added to the rows... -
More Collection Property problems with Image control ImageUrl property and URLBuilder
After a few more hours of debugging I discovered that the URLBuilder solution that I mentioned previously does not work because there is no service... -
gerry #2
Re: property of control
[url]http://www.dnrtv.com/default.aspx?showID=1[/url]
"Aleks Kleyn" <AleksKleyn@OptOnline.net> wrote in message
news:79758DBA-9793-4E7E-9B8C-D0360F86FCC4@microsoft.com...> Assume I designed web control which I use on different asp forms. Now I
> want to make next step. Some controls (like textbox or drop down) have
> properties which I see on the property tab of visual studio. When I change
> them they appear as part of web page, so I can change their properties at
> design time. How I can do it for user defined web controls.
>
> Thank you, Aleks
gerry Guest
-
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] #3
Re: property of control
You could create a Control Designer for your control.
Here's more info:
[url]http://SteveOrr.net/articles/DropDownCalendar.aspx[/url]
[url]http://SteveOrr.net/articles/BarGraphs.aspx[/url]
--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
[url]http://SteveOrr.net[/url]
"Aleks Kleyn" <AleksKleyn@OptOnline.net> wrote in message
news:79758DBA-9793-4E7E-9B8C-D0360F86FCC4@microsoft.com...> Assume I designed web control which I use on different asp forms. Now I
> want to make next step. Some controls (like textbox or drop down) have
> properties which I see on the property tab of visual studio. When I change
> them they appear as part of web page, so I can change their properties at
> design time. How I can do it for user defined web controls.
>
> Thank you, AleksSteve C. Orr [MCSD, MVP, CSM, ASP Insider] Guest



Reply With Quote

