Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have to text boxes.
on which i have to show a calendar control in asp.net when i do a mouse over on any of the text box.
initially the calendar control will be visible false then i will make it visible true on mouse over.
the calendar control should appear in the bottom of the textbox.
now i dont know how to add onfocus event for the textbox.
i am doint web application with c# code. and text boxes are server controls.....
Posted

1 solution

batter u use javascript or jQuery.

see This Example

jQuery Datepicker[^]
 
Share this answer
 
Comments
ChandanBadgujar 14-Feb-12 8:51am    
Thanx, it helped me, but my boss want to add calendar control. and now i have problem to hide or display the calendar control on textbox onblur.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900