摘要: protected void Lbtn_Click( object sender, EventArgs e ) { string userName = this.TextUserName.Text; string userPwd = this.TextPwd.Text; userPwd = this.TextNPwd.Text; userTable = BLLuser.GetData( ); if ( userTable != null && userTable.Rows.Count >= 1 ) { if ( TextUserName.Text.Trim( ) == u 阅读全文
posted @ 2012-07-27 12:43 blog_yuan 阅读(185) 评论(0) 推荐(0) 编辑
摘要: protected void LinkButton1_Click( object sender, EventArgs e ) { string UserId = this.TextNumber.Text.Trim( ); string UserName = this.TextName.Text.Trim( ); string UserPwd = this.TextPwd.Text.Trim( ); string UserEmail = this.TextEmail.Text.Trim( ); object obj = BLLuser.GetData2( UserId );//加上select 阅读全文
posted @ 2012-07-27 12:33 blog_yuan 阅读(1419) 评论(0) 推荐(0) 编辑