【发布时间】:2013-10-04 19:54:56
【问题描述】:
首先感谢您阅读我的问题...
我想将代码 2 放入代码 1...请任何人帮助我。
代码 1 是普通的 HTML 页面。
code 1:
<table>
<tr>
<td>
//I want to add code 2 here..
</td>
</tr>
</table>
code 2:
if(System.IO.File.Exists(ConfigurationManager.AppSettings["DBCache"].ToString()+"Frame.xml"))
{
//something
}
【问题讨论】:
-
你能在你的 HTML 页面上使用 ASP 控件吗?例如:
? -
是否可以将代码2添加到代码1中??? @蚂蚁