Hi All,
I have a web page called default.aspx in my VS 2005 project. I can view
the following files
default.aspx
default.aspx.cs
but I cannot view the
default.aspx.designer.cs file
There is no View Code Gen option in the context menu when I right click
on the file.
Further more, My web.config file did not show up when I created my
asp.net application. It was there but just didnt show up on my
Solutions Explorer. I dragged it from the source folder and dropped it
onto solutions explorer.
Not sure why these problems are showing up. If someone can help.please
let me know.
Regards,
NJ
Carlos J. Quintero [VB MVP] - 02 Jun 2006 10:09 GMT
Hi NJ,
While for Windows Forms a .designer.* file is generated in VS 2005 that
contains controls declarations, for Web Forms the controls are declared in
the .aspx file with <asp:XXX> tags.

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Hi All,
>
[quoted text clipped - 17 lines]
> Regards,
> NJ