1. 텍스트 상자 위로 마우스를 밀어
프런트엔드:
백엔드:
this.txtbox1.Attributes.Add( "onMouseOver" , "this.focus();this.select();");
2. 포커스 가져오기
백엔드:
textbox1.Focus()
textbox1.Attributes.Add( "onfocus" ,"this.select()");
위 내용은 Always in my heart의 내용을 포함하여 Always in my heart Aspnet 텍스트 상자 선택 구현을 소개합니다. PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.