在我的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");
但输入重置。感谢
答案 0 :(得分:0)
找到这个简单的解决方案:
calendar_SelectionChanged
:
ClientScript.RegisterStartupScript(this.GetType(), "hash", "location.hash = '#Datepicker';", true);