views:

16

answers:

0

This should be a fairly simple question, but I can't seem to find the answer. Visual Studio automatically creates the closing tags in the code view of aspx pages. For example:

<h2>|</h2>

When it does this the cursor conveniently stays in between the two tags so that you can add what ever you need to.

Now that you've added your content, what is the quickest way to move the cursor to the other side of the auto created closing tags/elements?

<openTag>Some stuff goes here</closeTag>|<-- I want to skip over to here

Any ideas?