Hi,
I wanted to view the ...designer.aspx.cs- and ...designer.ascx.cs-files, and was told I could find them by clicking the "Show All Files"-button in the Solution Explorer. Unfortunately, this button disappears when I select a web site project.
(I am able to expand the aspx- and ascx-files, but the only thing I see is the aspx.cs- and ascx.cs-files, not the partial designer-classes).
Can anybody tell me how to do this
Thanx,
Bart

"Show All Files" in Solution Explorer does not appear for a web project
RBecker
Ugla
There are no partial designer classes for a web-project. All the code is in the .cs file and all the design is inline in the .aspx file.
Grigori Somin MSFT
I don't understand this answer. All my vb files are NOT inline. I created a new Web Form and it created a vb file too. Does CS now not support code behind
Also the "show all files" button is missing for me. With code behind files, it was nice to be able to reduce the clutter by hiding them.
Of what benefit is eliminating the "show all files" button
Joel in Redmond