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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top