asp.net - HTML Select Size not being rendered -


Recently we copied an ASP.NET webforms solution. In this solution we are using some ASPs: listboxes where rows have more than 1 property set to

This renders the following HTML ..

   

I'm feeling OK but the strange thing is that the browser does not render in the copy solution that what it should be rendered. The size of the property is being ignored. It is sung as simply if the size was set for one

This solution applies to all listboxes in the masterpages and the web. Comparison and no difference. This problem also applies to all browsers. I used the IE8 Developer Tool to compare documentmodes and to solve both of them.

I have no clue where to go from here ..

Can I sample big code? The syntax on that line looks ok is there a unique identifier in all the options? If so, try putting self-generated tags with some dummy data.

EDIT: Asp.net net MVC


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -