Click here to Skip to main content
15,891,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using a RadiButtonList in my ASP.Net webpage.
My 1 List Item is like this:
<asp:ListItem> 10*25*
30*55*110
This Item is output of a c++ program. So, it has to be like this
10*25*
30*55*110
But RadioButton stops working with
.
Is there any way to insert break between a list item?
Posted

1 solution

Replace the original line breaks (likely \r or \n or a combination thereof) by <br />.
 
Share this answer
 
Comments
Member 10647302 12-Apr-14 2:27am    
Thanks for the answer. But i have already tried these tags. They are not working. Is there any other way out??

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900