BobNoobGuy
BobNoobGuy

Reputation: 1645

how can I see the aspx.vb and aspx.designer.vb under my aspx file?

On this project you can see aspx.designer.vb and aspx.vb under the aspx file

enter image description here

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?

enter image description here

thankx

One more picture. I can see the designer file and VB file in file explorer

enter image description here

Upvotes: 3

Views: 6135

Answers (2)

Lucian0c
Lucian0c

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

Alexan
Alexan

Reputation: 8625

just press Show All Files on Solution Expolorer ToolBar

Upvotes: 7

Related Questions