intellisense for custom server controls

santel

Newcomer
Joined
Jun 21, 2005
Messages
7
Hi there,

I want to generate intellisense to my custom server control in aspx file. How to do that. What concepts i have to study. I am very new in creating custom controls. Could anyone help me.
 
santel said:
Hi there,

I want to generate intellisense to my custom server control in aspx file. How to do that. What concepts i have to study. I am very new in creating custom controls. Could anyone help me.
use c# (or get a third party VB.Net extension)
research 'XML Documentation'.
 
I have created xsd file for my custom server control. Now i am not able to use that namespace in project. (using asp.net and c#). What namespace we have to give in xsd file and in the body part of the aspx file
 
I have created xsd schema file for my class dll and used that namespace(which has given in xsd file) in body tag. Now i got the intellisense list in aspx editor for my custom server control.
 
Back
Top