Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to use a calendar control on my asp.net page.
i am trying to put the calendar control in a
tag, and doing this causes the td to increase its height.
Please anyone tell me the way to show the calendar control so as the td width will not increase and calendar will appear above the page with increased z-index.
Posted

You can manually add a style sheet class with increased z-index.
z-index: -1
or
z-index: 9999
 
Share this answer
 
Better to use jQuery UI Date pikcer[^]. It is free, easy to use and most importantly it is built on javascript.
 
Share this answer
 
v2
You sound like talking of a DatePicker. Now, just Google for the same or you can even find the same here on CodeProject.

Keywords: ASP.NET datepicker
 
Share this answer
 

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