I've builded a custom server control and want to provide Intellisense support
on the HTML-view of webforms that use this custom server control.
Questions:
1. In Visual Studio 2003 there was a Microsoft file called asp.xsd, that
provided the intellisense support. Is this still the same file in VS.NEt 2005
or has this changed?
2. Where can I store my custom .xsd file so it activates the intellisense
support?
Bryan Phillips - 13 Mar 2007 02:45 GMT
Store the XSD file anywhere but add it to the schemas property of the
aspx files that you want to apply it to.
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
> I've builded a custom server control and want to provide Intellisense support
> on the HTML-view of webforms that use this custom server control.
[quoted text clipped - 7 lines]
> 2. Where can I store my custom .xsd file so it activates the intellisense
> support?