Loading

方法

1.弹窗后重定向

Common.CommonCode.ShowMessage(Page, "Hello,World!");
Page.ClientScript.RegisterStartupScript(this.GetType(), "", "window.location='/member/login.aspx'", true);

 

 2.Eval 重载方法的使用,绑定用'' 单引号,{0} 占位符 id,第二个参数代表显示的格式

'<%#Eval("id","book.aspx?id={0}") %>'

 

posted @ 2012-06-19 17:36  The Mechanic  阅读(100)  评论(0编辑  收藏  举报