When will MS fix webcontrols...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a planned release which fixes the current dot net controls like
dropdownlist which are windows controls rather than web controls! So
developers dont have to waiste $Millions working around the layering probelms
assocaited with this design flaw...

Thanks..
 
You mean that dropdown/combo is a windowed control in IE while button is
windowless? This has nothing to do with ASP.NET or Web controls, it is all
about client browser. Every browser renders controls differently. There is
no requirement or a standard that require browser to manually render the
control (like IE does to buttons) or use stock OS controls (like combo).

Mikhail Arkhipov (Microsoft)
-- This post is provided 'AS IS' with no warranties and confers no rights
 
Hi Dude as Mikhail Arkhipov adviced..
How u design or render ur page depends on ...and the browser!!
What exactly do you have problems with?
Hope it helps
Patrick
 
Back
Top