Click here to Skip to main content
15,908,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Im using asp calender control to select the date and Im using Gridview to get the data based on the date selected. When I click on the calender Image button it is going back of the gridview. I can I get the calender over the gridview.

Thank you
Posted

Hi
you have to set CSS to calendar control. I assumed your calendar control id = Calendar1.
here is the style.

CSS
#Calendar1
{
position:absolute;
z-index:1000;
}


Thanks,
Imdadhusen
 
Share this answer
 
v2
Comments
Susan Marampudi 17-Oct-11 2:02am    
Hi,
I modified the CSS as you told but still its going behind the gridview.
You need to use TemplateFields as described here[^]. Take a look at the calender towards the latter half of the article.
 
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