方法
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}") %>'