2013-06-13 3 views
0

여기텍스트 상자

<asp:RadioButtonList ID="PlaceofWork" name="PlaceofWork" runat="server" RepeatColumns="2" RepeatDirection="Horizontal"> 
      </asp:RadioButtonList> 

코드 뒤에 내 코드가 작동하지 않습니다 like :

<asp:RadioButton ID="DPC23" GroupName="Responsibility" class="Responsibility" runat="server" Text="PeriAnesthesia/RR" value="26" /> 
<asp:RadioButton ID="DPC24" GroupName="Responsibility" class="Responsibility" runat="server" Text="Other&ndash;Specify <input id='OtherDPC' type='text' MaxLength='25'/>" value="19" /> 

이제 크롬에서 코드가 실행되면 모든 것이 정상이지만 IE에서 열릴 때 문제가 발생합니다. PlaceofWork의 extbox가 작동하지 않습니다. 텍스트 상자를 클릭하면 커서가 사라지지만 수동으로 추가 된 라디오 버튼이 제대로 작동합니다. 왜 이런 일이 발생하는지 알 수 있습니까 ??

+0

어떤 버전을 사용하고 있습니까? – developer747

+0

@ developer747 IE10 – pita

답변

1

ie10과 asp.net 웹 폼간에 알려진 비 호환성이 있습니다. this을 확인하십시오.

+0

** 버그는 IE 10에는 없습니다. WebForms에 있습니다. ** 링크 된 블로그 게시물이이를 확인합니다. –

+0

해결되었습니다. 고맙습니다. – developer747

+0

하지만 asp : LinkButton IE10에서 잘 작동 ?? – pita