No intelisense in .aspx under VS2005 C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • drapp
    New Member
    • Mar 2008
    • 3

    #1

    No intelisense in .aspx under VS2005 C#

    Hi all,

    Don't know if something got whacked or what... or if I was just hillucinating.

    In the HTML source version of a given ASPX page in C#, I was trying to work with the DataBinder.Eval , and change to strong typecasting, however, I don't get ANY intellisesne..

    Am I missing something simple or what.

    Thanks
  • balabaster
    Recognized Expert Contributor
    • Mar 2007
    • 798

    #2
    Originally posted by drapp
    Hi all,

    Don't know if something got whacked or what... or if I was just hillucinating.

    In the HTML source version of a given ASPX page in C#, I was trying to work with the DataBinder.Eval , and change to strong typecasting, however, I don't get ANY intellisesne..

    Am I missing something simple or what.

    Thanks
    Usually I find that when Intellisense stops working that something isn't declared properly in your code somewhere thus breaking intellisense.

    Comment

    Working...