code behind pages not visible in solution explorer?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I've had this problem before and don't know how to fix.

My aspx.vb code behind pages do not appear as child to the aspx page in my
asp.net application in the visual studio environment in the solution explorer
window.

Instead of being able to click on the code behind page I have to right click
on the aspx page and choose View Code to get to my code.

I think it is a setting but I also think it might be a bug.

How do I fix this?

thank you

Chris
 
Find and toggle the "Show All Files" Button located at the top of the
solution explorer.
 
Back
Top