Can you program/configure Visual Studio to produce custom intellisense for your own server controls.
eg can you get it to do this:
alt text http://www.yart.com.au/test/vs.gif
for a tag of your own like:
<MyCompany:MyTag ...
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should be getting this for free (default behavior of control). Are the references all in place while you are typing the custom control?
There is an attribute to hide properties from intellisense:
Use the description attribute to provide additional help:
There are some other attributes that affect intellisense and the property explorer you might want to look up…