I use VS2010 with GridView, FormView ecc...
I frequently switch from Design View (in which for example I am visually editing something inside a FormView EditItemTemplate), to Source View.
So, for example if in Design View I have a TextBox selected, when I switch to Source View I'd like to have ONLY the corresponding lines selected, instead VS2010 highligh ALL the FormView EditItemtemplate code, from start to finish (which can be 1000 lines long!).
Is possible to instruct VS to select only the relevant lines?
EDIT Note that this happen when I am editing something inside a EditItemTemplate