0
<asp:RadioButtonList ID="RadioButtonListGutscheinArt" Visible="true" runat="server">
<asp:ListItem ID="ListItemZugAbonnement" Text="Ich besitze bereits ein Zug-Abonnement oder bin bei Lehrbeginn noch nicht 16 Jahre alt." Value="1" Selected="True" />
<asp:ListItem ID="ListItemBestellungHalbtax" Text="Bestellung Halbtax" Value="2" />
</asp:RadioButtonList>
내 웹 응용 프로그램에이 라디오 버튼 목록을 만들었습니다. Text = ""요소 안에 스페이스/탭을 만들어야합니다. 내가 어떻게 해 ? nbsp; 작업을 나던 내가 텍스트 요소의 내부의 태그를 추가하지 못할, 느릅 나무는 조금 쉬 *의 t이다asp.net 태그의 "Text :" ""안에 공백을 넣을 수있는 방법
가능한 복제 [텍스트 영역은 텍스트의 시작 부분에 공간을 추가?] (http://stackoverflow.com/questions/2457275/textarea-adding-space-to-text-to-beginning-of-text) –