Skip to main content

Ajax controltoolkit calendarextender position Issue

I was facing two problems with calender control in Chrome and IE.

1st is postion issue of the calender.....


 And another issue was about its z-index...


 This was my input box with a ajax control toolkit calender control extender. and the calender control was coming under another Div.




I Just wrapped the input box in a div this way. and this worked for me. Note: Div position absolute and a higher z-index for the Div will work.
input Box...
And Calender Control...
And after wrapping up controls in to Div it is solved. :)


Happy Coading :)

Popular posts from this blog