J
Jonathan Wood
Okay, I'm stuck.
I have a stack of ASP.NET books, the Internet, and a bunch of time I've
spent. I've tried dozens of code samples, all of which either didn't have
any effect or wouldn't compile. Can someone please let me know the secret
cantation.
I'm creating a server control and I want to improve the editor
functionality. For example, if I have a URL property, I'd like to use the
same editor that is used to edit URLs in the standard server controls (the
ones that come with VS). Surely, there must be some straight forward syntax
for this, and perhaps a site that lists valid values!
I've tried searching for Designers, Editors, and tried adding attributes
such as [Editor(...)], [EditorAttribute(...)], [UrlProperty] and absolutely
nothing will come even close to working for me.
I would just like to know how to have the property editor to use the same
code used by Visual Studio for the standard server controls.
Can anyone help?
Thanks.
Jonathan
I have a stack of ASP.NET books, the Internet, and a bunch of time I've
spent. I've tried dozens of code samples, all of which either didn't have
any effect or wouldn't compile. Can someone please let me know the secret
cantation.
I'm creating a server control and I want to improve the editor
functionality. For example, if I have a URL property, I'd like to use the
same editor that is used to edit URLs in the standard server controls (the
ones that come with VS). Surely, there must be some straight forward syntax
for this, and perhaps a site that lists valid values!
I've tried searching for Designers, Editors, and tried adding attributes
such as [Editor(...)], [EditorAttribute(...)], [UrlProperty] and absolutely
nothing will come even close to working for me.
I would just like to know how to have the property editor to use the same
code used by Visual Studio for the standard server controls.
Can anyone help?
Thanks.
Jonathan