Custom controls attributes

J

Julien

Hello,

I'm creating a custom control which inherits from Calendar. I wanted to
know which attributes should I put to my properties and on my control
to make the designer recognize it. For example, if you create a textbox
by starting to write : <asp:Textbox and then you hit the space bar (or
Ctrl+space), VS proposes you a list of the properties of the Textbox
control...
If microsoft's controls can do it, why mine couldn't ??

Thank you very much
 
G

Guest

Hi
I think that this has to do with VS IntelliSense schema and not with your
control.
In order to enable intellisense for your controls you will have to create
the proper XML Schema and configure VS with it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top