まず、私の質問を読んでくれてありがとう...
コード 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
}