Why is my CalendarExtender getting overlapped when rendered?

后端 未结 6 1117
情歌与酒
情歌与酒 2021-02-14 02:21

I\'m working on a .NET web application and I\'m using a CalendarExtender control within it to have the user specify a date. For some reason, when I click the icon to display the

6条回答
  •  北恋
    北恋 (楼主)
    2021-02-14 02:49

    The only way I found to solve this problem was to write some css rules for the calendarExtender. It worked for me. The code is below:

    https://gist.github.com/carlosmr12/5825371

提交回复
热议问题