【推倒胡源码出售】【mongodb源码解析】【netty 源码很好】asp日历源码_asp日历控件
2025-01-01 13:37:12 来源:{typename type="name"/} 分类:{typename type="name"/}
1.asp?日日历推倒胡源码出售???Դ??
asp????Դ??
用Calendar 控件 有个SelectionChanged 事件
DateTime date = Calendar1.SelectedDate 取到当前选中的时间
然后跳转 Response.Redirect("a.aspx?date="+date.ToString());
在a.aspx 中
txtBox1.Text = Request.QueryString["date"];