ASP.net and JQuery UI Datepicker

后端 未结 4 735
情歌与酒
情歌与酒 2021-01-15 21:53

Given:


Where the id = datepicker tells the javascript to attach all the datepicker code to

4条回答
  •  有刺的猬
    2021-01-15 22:33

    Simple!! Use clientidmode="static" in your input text control.

    Example- input runat="server" id="datepicker" type="text" clientidmode="Static"

    This should solve your problem.

提交回复
热议问题