在按下按钮后,将view.aspx文件引入到index.aspx中的表格TABLE中来?
在按下按钮后,将view.aspx文件引入到index.aspx中的表格TABLE中来?原来的index.aspx文件内容不发生改变。index.aspx.cs文件:
protected void Button1_Click(object sender, EventArgs e)
{
}
--------------------编程问答-------------------- 这样行不?
<%@ include file="a.jsp"%> --------------------编程问答-------------------- 这样行不?
<%@ include file="a.aspx"%> --------------------编程问答--------------------
在aspx文件中,这样行吗?<!--#include file="view.aspx"-->
但是在index.aspx.cs文件里怎么写?
补充:.NET技术 , C#