I have legibly long text in a drop-down list on my asp.net page. it violates the UI boundary and goes beyond the allocated region of UI.
Is there anyway I can wrap [
Short answer: No.
Longer answer: User a radio group instead of a select menu. You could use the CSS overflow property to add scrolling.
overflow