[转].net中各种类型文件解析
<% if request("infoid")<>"" then set rs=conn.execute("select * from nproduct where id="&request("infoid")) if not (rs.eof and rs.bof) then proname=rs("proname") content=rs("proinfo") end if rs.close set rs=nothing end if %>
|
*.resx是资源文件。每个页面都有一个资源文件相对应。 global.asax是global.asa的.net版 global.asax.vb是global.asax的后台文件。 *.ascx是一个用户自定义控件。 *.ascx.vb是自定义控件的代码文件,C#的是*.ascx.cs *.ascx.resx是自定义控件的资源文件。 *.aspx.vb是*.aspx页面的后台代码。 web.config是整个Web Application的配置文件。 *.vbproj是VB.NET的工程文件。 *.vsdisco是Web Service的文件。 *.vbproj.webinfo是VB.NET工程文件的Web Application文件。 *.sln是VS.NET的解决方案文件。 其中global.asax,global.asax.vb,web.config,*.vbproj,*.vsdisco,*.vbproj.webinfo,*.sln都是在建立一个VB.NET的Web Application工程的时候自动产生的。 ASP.NET的页面文件是*.aspx,每个页面对应一个*.resx资源文件和一个*.aspx.vb的代码文件 叶子树:www.webshu.net |
||
|
|
浙公网安备 33010602011771号