Can you program/configure Visual Studio to produce custom intellisense for your own server controls.
eg can you get it to do this:

for a tag of your own like:
<MyCompany:MyTag ...
|
|
Can you program/configure Visual Studio to produce custom intellisense for your own server controls. eg can you get it to do this:
for a tag of your own like:
|
||||||
|
|
|
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... |
||
|
|
|
|
Bluevision have a nice plugin for Visual Studio to do this for you. Last time I looked, it was free. (yep, it's still free!)
http://www.bluevisionsoftware.com/WebSite/ProductsAndServicesInfo.aspx?ID=9 |
||
|
|