Reputation: 1645
On this project you can see aspx.designer.vb and aspx.vb under the aspx file
but on my project I don't have it?? ,, what gives??
I can view the vb code by right click then click view code.
How can I make the aspx.vb and the designer file to show under the aspx file?
thankx
One more picture. I can see the designer file and VB file in file explorer
Upvotes: 3
Views: 6135
Reputation: 13
It Could be beacause:
1) You need to press the button (top of the explore panel)
Nested related file
2) The file is created with the code in the same aspx file. When you create a new aspx file you could check de option
place code in a separate file
3) For some reason your codebehind isn't included in the project. If this is the case include it.
Upvotes: 0