Rank: Member Groups: Member
Joined: 10/11/2007 Posts: 12
|
Hi There I have a datepicker in a table which is not visible on page load. The table is set to visible from a server side event in ASP.net......hence the datepicker is visible in the table. I click on the datepicker image to show the calendar and nothing happens. Yet if i keep the table visible on page load it works fine - any suugestions. Thanks Brandon
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Brandon,
If you try similar logic in a blank page, do you see it happen? If not, then it has to do with your page contents (most likely unclosed elements), you would want to try commenting out blocks by blocks to find out the offending part; If it does happen in the new page, please post the code for the new page and we will see what we can find.
Thanks
|