Ask a Question related to ASP.NET General, Design and Development.
-
Tim Pacl #1
EditorAttribute for Style Editor
I am building a Custom Placeholder control for MCMS 2002
which gives a translucent background to the control. I
want to add a "Style" property and use the standard style
editor which is available in numerous other server
controls.
What is the editor used for the style collection? I tried
System.ComponentModel.Design.CollectionEditor but, of
course, that isn't it. I have searched the internet and
MSDN in vain for two days. Lots of info on building
custom editors but nothing to point me to the existing
style editor.
Any help is appreciated.
Tim Pacl Guest
-
Disabling TopStle Style Editor
I hate that every time I click on "browse" and ".css" this editor launches a new window even if it's the same file. How do I disable it all... -
Character style has a little + after style
Sometimes when I try to change some copy to a particular character style, the font won't fully change. Instead I get a small + after the style. How... -
Need help with Style conversion from Style object to Style key/value collection.
I am writing a custom control that derives from the DataGrid control. I would like to apply SelectedItemStyles and ItemStyles for use in my derived... -
Invoking another Editor (UrlEditor) from an Editor (CollectionEditor)
Hi, Any pointers how I can invoke the UrlEditor from a custom CollectionEditor? I have a collection property that represents a list of... -
Number format German style => English style when importing CSV files into MySQL-DB
Hi there, I'm trying to import a csv file into my MySQL database. Unfortunately the number format for the price column is formatted in German... -
Victor Garcia Aprea [MVP] #2
Re: EditorAttribute for Style Editor
Hi Tim,
Do you mean the editing of the Style property available for
HtmlControl-derived controls (not for WebControls)? If so, thats not part of
the .NET fx, its part of VS.NET.
--
Victor Garcia Aprea
Microsoft MVP | ASP.NET
Looking for insights on ASP.NET? Read my blog:
[url]http://obies.com/vga/blog.aspx[/url]
To contact me remove 'NOSPAM'. Please post all questions to the newsgroup
and not by private mail.
"Tim Pacl" <timothy_pacl@dell.com> wrote in message
news:08f801c347ad$5e35bc00$a401280a@phx.gbl...> I am building a Custom Placeholder control for MCMS 2002
> which gives a translucent background to the control. I
> want to add a "Style" property and use the standard style
> editor which is available in numerous other server
> controls.
>
> What is the editor used for the style collection? I tried
> System.ComponentModel.Design.CollectionEditor but, of
> course, that isn't it. I have searched the internet and
> MSDN in vain for two days. Lots of info on building
> custom editors but nothing to point me to the existing
> style editor.
>
> Any help is appreciated.
>
Victor Garcia Aprea [MVP] Guest



Reply With Quote

