从日历中选择日期后使用href

时间:2016-05-24 12:40:34

标签: html asp.net hyperlink href

在我的asp.net网站上,日历控件位于页面底部。当用户选择日期 $form.find('.progress-bar').addClass('progress-bar-success').html('upload completed....'); alert(data); }); 被触发时,该站点将重新加载,用户必须再次向下滚动。

在用户选择postback的{​​{1}}链接日期后,是否可以使用href

当我postback href时,浏览器跳转到Response.Redirect("MySite.aspx#Datepicker");但输入重置。感谢

1 个答案:

答案 0 :(得分:0)

找到这个简单的解决方案:

calendar_SelectionChanged

ClientScript.RegisterStartupScript(this.GetType(), "hash", "location.hash = '#Datepicker';", true);