1.asp?日日历webapp查询界面源码???Դ??
asp????Դ??
用Calendar 控件 有个SelectionChanged 事件
DateTime date = Calendar1.SelectedDate 取到当前选中的时间
然后跳转 Response.Redirect("a.aspx?date="+date.ToString());
在a.aspx 中
txtBox1.Text = Request.QueryString["date"];
2024-11-26 20:03
2024-11-26 20:02
2024-11-26 19:12
2024-11-26 18:54
2024-11-26 18:47
2024-11-26 18:36