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.
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
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.
I am trying to display the fields in textbox and i am using dataset. I dont know how to get the current record index and move backward.(i can move forward using datareader)
Thanks in advance