日期:2014-05-19  浏览次数:20623 次

给大家送分的问题
我在formview界面上放了个日期控件Calendar1,现日期已能进数据库了,只是我想在界面上的TextBox中再显示出来,请问在那里写一下?
太简单了吧。

------解决方案--------------------
提交数据库之后
textbox.text=Calendar1.selecteddate
------解决方案--------------------
TextBox.text=Calendar1.selecteddate.tostring()

------解决方案--------------------
楼上正解
------解决方案--------------------
TextBox.text=Calendar1.selecteddate.tostring()
------解决方案--------------------
TextBox.text=Calendar1.selecteddate.tostring()