user-avatar
Today is Wednesday
May 22, 2013

Archives: March 2011

March 14, 2011

How to change calendar icon in telerik asp.net control

by Ashish Sehajpal — Categories: Development — Tags: , Comments Off

It was very hard to find a work around to solve this problem as there was nothing helpful available on internet. Just use the following line of code inside calendar tag i.e. before this line </radcln:raddatepicker>.   <DatePopupButton ImageUrl=”~/RadControls/Calendar/Skins/myStyle/Img/datePickerPopup.gif” HoverImageUrl=”~/RadControls/Calendar/Skins/myStyle/Img/datePickerPopupHover.gif” />

March 14, 2011

How to remove dotted line from HTML link, check box and radio buttons

by Ashish Sehajpal — Categories: Development — Tags: , Comments Off

 Please add the following CSS Styles in your default style sheet or add under style tag in head of the page. input[type="radio"], input[type="checkbox"]{ outline: none; } a{text-decoration: none; outline: 0; }

© 2013 Sehajpal.com All rights reserved - Mobile View