web开发常用的语句

常用的判断:
1字符串
        string page="";
        if (page == null || page == string.Empty)
            {
                page = "1";
           
            }   

 

2页面跳转
      Response.Write("<script>window.alert('" + StrMsg + "');location ='listCustomer.aspx'</script>");   

posted @ 2010-03-23 17:16  水滴石穿2013  阅读(175)  评论(0)    收藏  举报