Browse by Tags

All Tags » CSS Tricks (RSS)

Integrating CSS Control Adapter With Menu Control by aghausman12

This is on the request of some of my readers to show how effective Asp.net menu control is by using CSS Control Adapter. Most of the folks either have no idea of what CSS Adapter is or have some problem in integrating that with their applications. So...
Filed under: ,

Disable Control When Asp.net AJAX is in progress by aghausman12

If the AJAX call to the server take too much time, then there is a possibility that user might press some other buttons or some other event occurred which will cause your AJAX call to stop and make a new request. To overcome this situation, I decided...
Filed under: , , ,

Different Style for IE7 and Firefox in CSS by aghausman12

Well, I with my designer Atiq was trying to set the a div which is working fine in IE7 but when it comes to Firefox, it was asking us to give the margin-top:10px. when we put that, the div comes down in IE7. So, in this situation we need to specify two...
Filed under:
More Posts