password1 [.NET] TextBox의 TextMode가 "Password" 일 경우, AutoPostBack 발생 시 Text 유지 TEXT-MODE 가 "PASSWORD"일 경우 AutoPostBack 으로 인해 데이터가 날라갈 경우! 필드에 이벤트를 통해 해결 가능 ============================================================== 저 이벤트에 대한 작업은 protected void TB_NO_RESIDENT2_PreRender(object sender, EventArgs e) { TB_NO_RESIDENT2.Attributes.Add("value", TB_NO_RESIDENT2.Text); } 이렇게 하면 처리 끝!!! 오호!!!!!!!!!!!!!!!!!!!!!!!!!! 2014. 8. 21. 이전 1 다음