Validation for future date in c sharp dot net lanugage   you can write this code in validation class which you may have in common class file.    public static bool IsNotFuturedt(DateTimePicker datpic)        {          if (datpic.Value.Date > DateTime.Now.Date)          {            MessageBox.Show("Please enter date less than today ");            datpic.Value = DateTime.Now;            datpic.Focus();            return false;          }          else          {            return true;          }        }     
ERP Project Management,Asp.net,PL SQL Tips for error resolution,Research,Software Errors and solution,SQL 2014,2012,2008,Procedural language,SP,Power BI,excel macro ,Musical notations,Business software,Degree, diploma related informations.