asp.net - Display image instead of text in Calendar "NextPrev" -


how can display image instead of '<' or '>' asp.net calendar?

i've tried following, won't display (and seems bit messy):

cal.prevmonthtext = "<img src='/style/images/calanderright.png' alt='previous' />" 

check this link out, think you. have done through css, because control has little customization nextprevstyle property.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -