intellisense problems

  • Thread starter Thread starter Slim
  • Start date Start date
S

Slim

I installed VS 2003.

but intelligence has problems.

it works in the class, it works in the form for HTML, it works in the form
for client script, but dose not work in server script on the forms.

any help?
 
Slim said:
I installed VS 2003.

but intelligence has problems.

it works in the class, it works in the form for HTML, it works in the form
for client script, but dose not work in server script on the forms.

any help?
As far as I am aware, Intellisense does not work for server side scripting
in the html view of a form. Only in the code behind file will you get the
intellisense.
 
James Jardine said:
As far as I am aware, Intellisense does not work for server side scripting
in the html view of a form. Only in the code behind file will you get
the intellisense.


yes I found a ref on the web that stated this.
seems silly not to, maybe they want people to use the class
 
Back
Top