View .aspx page in separate design and source tabs in Visual Studio
asp.net, visual-studio, webforms
Solution
It's possible to get what you want, ScottGu made an excellent blog post describing how.
Short version:
Options -> HTML Designer -> General -> Check Split Views Vertically
Problem
We have three options to view any .aspx page in a tab - Design - Source - Split How can we view Design and Source in separate tabs for a any aspx page ? Or if this is impossible!! can we use split option by Vertically splitting the Design and Source ? if later one is possible, I could stretch the view onto two monitors like here as suggested by Nick Craver. Thanks