Been working with this for some time now and just wondered if anyone has a solution to a small niggle with the IDE.
Let's say I'm doing a web page and I've got the code:
If I click on the div element in the graphical half of the split view pane, is there any way to make Vis Studio select only the <div> in the code view and not select the whole <asp:view> block?
Any ideas?
Let's say I'm doing a web page and I've got the code:
Code:
<asp:View id="view1" runat="server">
line 1...
line 2...
line 3...
line 4...
<div id="selectme"></div>
line 51...
line 52...
line 53...
</asp:view>
If I click on the div element in the graphical half of the split view pane, is there any way to make Vis Studio select only the <div> in the code view and not select the whole <asp:view> block?
Any ideas?

Last edited: