Click here to Skip to main content
15,907,329 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Html tags filter Pin
Bradml14-Dec-06 20:10
Bradml14-Dec-06 20:10 
GeneralRe: Html tags filter Pin
sudidelaravindra19-Dec-06 18:01
sudidelaravindra19-Dec-06 18:01 
QuestionIs there any good format for registration page and the display page than this? Pin
VinuLite14-Dec-06 17:51
VinuLite14-Dec-06 17:51 
AnswerRe: Is there any good format for registration page and the display page than this? [modified] Pin
Bradml14-Dec-06 18:45
Bradml14-Dec-06 18:45 
AnswerRe: Is there any good format for registration page and the display page than this? Pin
JimmyRopes16-Dec-06 23:00
professionalJimmyRopes16-Dec-06 23:00 
QuestionAJAX problem with ASP.net (maintain scroll) Pin
Alice@mywonderland14-Dec-06 7:05
Alice@mywonderland14-Dec-06 7:05 
QuestionI gave up and joined them, Style-Wize atleast. Pin
howardjr14-Dec-06 6:03
howardjr14-Dec-06 6:03 
AnswerRe: I gave up and joined them, Style-Wize atleast. Pin
howardjr14-Dec-06 7:13
howardjr14-Dec-06 7:13 
The following code does not solve this problem, but it does make the property visable in the VS.NET 2003 Design Property Window.

However, because it is ReadOnly it can not be edited. Also, because it is not recognized as one of the supported properties (Int, Unit, String, Boolean, etc.) the property window does not offer an editor.

Private ReadOnly Property [Style]() As System.Web.UI.CssStyleCollection
    Get
        Dim cbx As cwcComboBox = CType(Me.Component, cwcComboBox)

        Return cbx.Style
    End Get
End Property ' Style

Protected Overrides Sub PreFilterProperties(ByVal properties As IDictionary)
    MyBase.PreFilterProperties(properties)

    '
    ' Modify Style property to allow it to be seen in the properties window.
    '
    properties("Style") = _
        TypeDescriptor.CreateProperty( _
            Me.GetType(), _
            "Style", _
            Style.GetType(), _
            CategoryAttribute.Design, _
            DesignOnlyAttribute.No)
End Sub


Does anyone know what needs to be done to allow the built-in Style editor to be used with this property, or for that matter any other custom style property?

Also, I'm using CategoryAttribute.Design to make Style appear in the Design group of the property window, but help seems to indicate that you can put in in any category, including a custom one such at "Component", but it doesn't show how to do this. Anyone know how I can do this?

Thank you
QuestionSoap ReadResponse Exception Pin
phimix14-Dec-06 2:02
phimix14-Dec-06 2:02 
AnswerRe: Soap ReadResponse Exception Pin
Bradml14-Dec-06 2:30
Bradml14-Dec-06 2:30 
AnswerRe: Soap ReadResponse Exception Pin
RichardGrimmer14-Dec-06 5:30
RichardGrimmer14-Dec-06 5:30 
GeneralRe: Soap ReadResponse Exception Pin
phimix15-Dec-06 0:49
phimix15-Dec-06 0:49 
QuestionAmazon API Pin
progman13-Dec-06 22:34
progman13-Dec-06 22:34 
AnswerRe: Amazon API Pin
phimix14-Dec-06 2:00
phimix14-Dec-06 2:00 
GeneralRe: Amazon API Pin
progman14-Dec-06 3:31
progman14-Dec-06 3:31 
QuestionExpert opinion!!! Pin
texan_wiz13-Dec-06 13:04
texan_wiz13-Dec-06 13:04 
AnswerRe: Expert opinion!!! Pin
MatrixCoder13-Dec-06 18:08
MatrixCoder13-Dec-06 18:08 
AnswerRe: Expert opinion!!! Pin
Bradml13-Dec-06 18:47
Bradml13-Dec-06 18:47 
AnswerRe: Expert opinion!!! Pin
Jeremy Falcon16-Dec-06 4:43
professionalJeremy Falcon16-Dec-06 4:43 
Questionflash + javascript Pin
Tamimi - Code13-Dec-06 3:55
Tamimi - Code13-Dec-06 3:55 
AnswerRe: flash + javascript Pin
haggenx2-Jan-07 5:06
haggenx2-Jan-07 5:06 
QuestionHow to send mail in PHP Pin
VinuLite13-Dec-06 1:09
VinuLite13-Dec-06 1:09 
AnswerRe: How to send mail in PHP Pin
Bradml13-Dec-06 1:18
Bradml13-Dec-06 1:18 
Questiondetecting cross[close] button of browser Pin
248912812-Dec-06 23:45
248912812-Dec-06 23:45 
AnswerRe: detecting cross[close] button of browser Pin
Bradml13-Dec-06 0:27
Bradml13-Dec-06 0:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.