Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Brian #1
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 provider after I move from design mode
to HTML mode and back.
The article below gives me a possible solution. I will try it tomorrow
However, can anyone give me an explanation why there would not be a service
provider after this switch?? The fact the one does not exist makes me
understand why the ImageUrlEditor is not working.
Brian
[url]http://www.devx.com/DevX/Article/20920/0/page/1[/url]
Brian Guest
-
Collection Property in web custom control
Hi all, I'm building a custom control. I would like that on the control you can set some 'rights' For that I have an enum: public enum... -
Custom Control - Collection Property
Hey gang. I am taking the task of trying to learn how to write custom web controls. I have started with inheriting from the VS 2005 default which... -
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"),... -
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... -
Custom Control nad Collection property
I have a collection-property on my control. I Add the items through a collection editor, and items tags appears. <bugge:Control>...



Reply With Quote

