Results 1 to 4 of 4

Thread: [RESOLVED] intellisense via source view VS2005/Asp.Net 2

  1. #1

    Thread Starter
    Hyperactive Member gjon's Avatar
    Join Date
    Nov 2004
    Location
    Inescapable Void
    Posts
    442

    Resolved [RESOLVED] intellisense via source view VS2005/Asp.Net 2

    Below is an excerpt from a book I am reading. Prior to this paragraph it discusses how to use the properties window in design view. Then it tries to explain how to use properties via source view.

    The problem is I can't figure out where this insertion bar is. I press the space bar and I can't get properties to appear via intellisense. Can someone please point this out?

    You can also set property values by typing into the Source View. Locate the insertion bar within a tag

    and press the space bar to display an IntelliSense list of all the properties that can be inserted at the location

    of the insertion bar. Type the first letter or two and then type an equals sign. IntelliSense displays all

    of the legal values (if the list is finite), and again type the first letter or two of the value you desire. Finish

    by typing a space.

  2. #2

    Thread Starter
    Hyperactive Member gjon's Avatar
    Join Date
    Nov 2004
    Location
    Inescapable Void
    Posts
    442

    Re: intellisense via source view VS2005/Asp.Net 2

    Just had to be within a tag of code to hit space bar and make the intellisense pop up in source view.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [RESOLVED] intellisense via source view VS2005/Asp.Net 2

    Interesting. I've never seen an insertion bar, perhaps he is using the retarded Mac user version of Visual Studio? Do you think he means the / or the >? He might be trying to tell you to add your attribute towards the end of the tag.

    <asp:Button id="Button1" runat="Server" />

  4. #4

    Thread Starter
    Hyperactive Member gjon's Avatar
    Join Date
    Nov 2004
    Location
    Inescapable Void
    Posts
    442

    Re: [RESOLVED] intellisense via source view VS2005/Asp.Net 2

    I believe that's about what he meant too. Just adding an attribute anywhere in a tag but outside a property of the tag. As soon as I hit space bar the intellisense drop-down pops up. I only thought these occurred in the aspx.cs file but I see now that it occurs within source view of the aspx file as well.

    Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width