<select id="LstCorporateName" multiple="true" runat="server" style="width: 290px" >
</select>
I have apply some jquery and css styles for the above control for Multiselect checkbox inside dropdown.
but while i entering into that page, the dropdown displays old listbox style and after few seconds only it apply the css style,
So how can i restrict to view the old style of that controls while page loading..?
Go to the complete details ...