Click here to Skip to main content
15,917,618 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all
I am new in ASP.NET. I take a textbox and want that whenever mouse comes over this textbox the calendar is shown.

How to implement this ?
Thanks in advance.
Posted
Updated 2-Jun-10 19:54pm
v2
Comments
Sandeep Mewara 3-Jun-10 1:54am    
What have you tried so far? Try to play with textbox mouseover event in Javascript.

1 solution

You should have done google on this, there are lot of samples available on calendar controls in ASP.NET.

You can also use jQuery calendar for this.

http://docs.jquery.com/UI/Datepicker[^]

http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerClickInput.html[^]

Instead of onclick event you can show the calendar control on the mouseover event.
 
Share this answer
 
Comments
Member 11970398 28-Sep-15 2:15am    
he u took me wrong i want details should be shown if u take the mouse over one date in the calendar

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