I use WebDatePicker whith webmonthCalendar.
To open the calendar, I have to use the blue arrow.
Is it possible, instead to use a button with an image of calendar on the right of the control, like
most websites use.
I add an image.
I get exception on postback:
This is the code I am writing:
Hello drpoalim,
Thank you for posting in the community.
You can configure a custom button to be used with WebDatePicker in this scenario, as described at:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2012.1/CLR4.0/html/WebDatePicker_Using_Custom_Button_in_WebDatePicker.html
Note that the custom button can also be styled with an image via theImageUrlproperty, if necessary.
Please let me know if this helps.