if i select the today date
then i want store 4days later date in the database
i got it DateTime reqdate = DateTime.Today.AddDays(4);
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.