Sunday, September 20, 2009

ASP.NET controls and CSS usage tips

While using ASP.NET controls its hard to override font styles properties from CSS classes, because ASP.NET controls have there own font style properties for most of the controls.
So have this in mind and dont keep on thinking why some of the CSS font style properties not reflecting in the ASP.NET control. Just the font properties of the controls while using ASP.NET controls.

Thanks

No comments:

ASP.NET MVC - Sport Facility Booking system

  The project relies on some external service providers. Thus accessing them via their API requires authentication. An API Key need to be su...