摘要:
Sender.aspx页面: protected void Button1_Click(object sender, EventArgs e) { Context.Items["username"] = "honge"; Server.Transfer("Receive.aspx"); } Receive.aspx页面: protec... 阅读全文
摘要:
不带参数的: Default.aspx.cs: public partial class _Default : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { AjaxPro.Utility.RegisterTypeForAjax(typeof(_Default ));... 阅读全文
摘要:
default.aspx: Ajax无刷新分页 阅读全文
摘要:
首先把AjaxPro.dll文件添加到引用中,可以到http://www.schwarz-interactive.de/下载 根据你的.net 版本来选择不同的DLL文件. default.aspx.cs: public partial class _Default : System.Web.UI.Page { string connectString = "";//定义自已的连接串 ... 阅读全文