1.asp?日日历李想源码资本???Դ??
asp????Դ??
用Calendar 控件 有个SelectionChanged 事件
DateTime date = Calendar1.SelectedDate 取到当前选中的时间
然后跳转 Response.Redirect("a.aspx?date="+date.ToString());
在a.aspx 中
txtBox1.Text = Request.QueryString["date"];
2024-12-26 14:13
2024-12-26 13:56
2024-12-26 13:50
2024-12-26 13:03
2024-12-26 12:31
2024-12-26 12:13