且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

日期时间选择器验证

更新时间:2022-11-18 20:15:52

请更正代码并查看如果有效

Please correct the code and see if it works

               if (dateInsert.Value.ToString() == "")
              {
                MessageBox.Show("Please select date!");
                dateInsert.Focus();
                return;
               }