HI everyone,
string enddate = dgv.CurrentRow.Cells["Date"].Value.ToString();
I have taken date from data grid view as given above. Now i need to write a update query where i need to update the enddate by 1 month and 15 days according to the condition. Therefore could you please tell me how to increment the date.