开发者

how to open an aspx.cs file?

i have some files with extension aspx.cs.

i tried opening them with visual studio c# 2008.

but all that opens is the cod开发者_如何学编程e page, and not any design page.

what should i do? i have to work on that project.

how to open those files, in which program/software?

please help.


Open the project .csproj or .sln file if there is one


The design files end with an extension aspx. The aspx.cs files are the code behind files and do not contain any design elements. Open the .aspx files in visual studio and you will have the proper design page.


The aspx.cs files only contain the code living behind the aspx files (that's why they are called code-behind files). If you want to be able to see the design you have to open an aspx file with the same name.

For example, if you have customers.aspx.cs, it contains the code-behind of a page called customers.aspx.

If you only have aspx.cs but not aspx, then you have a problem, as probably you lost files of the project.


Hai!! .cs files are code files .aspx files are desidn files where you can switch from asp tages to asp design view but .cs files are c# code file that has no design

Happy Codding Jay


For the Design File in .net Extension is only .aspx, Please open .aspx files instead of .aspx.cs Files

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜