To disable autopostback for Calender Control in ASP.net

后端 未结 4 695
广开言路
广开言路 2021-01-13 13:00

Iam trying to use System.Web.UI.WebControls.Calender.

But when I select any date , It post backs automatically. Is there any way to avoid this behavior.

(I d

4条回答
  •  攒了一身酷
    2021-01-13 13:49

    It posts back to set the selected form on the UI. what you can do is use a client side calendar (like jquery ui) or use ajax calendar extender so it will not postback the whole page.

提交回复
热议问题