User-1094981702 posted
Dear All,
May I ask your knowledge regarding the following: VB.net
I have a datefrom and dateto calendar then a button
Table: CutoffID, CutoffName, DateFrom, DateTo, Status, ModifiedStatus, DaysLate, DateCreated, CreatedBy
I can I do the following:
CutoffName: Get data from Datefrom and Date to: ex August 1, 2010 - August 15, 2010 : how can I add two strings
DateFrom: data from the calendar DateFrom
DateTo: data from the calendar DateTo
Status: I will have two status Saved and Unsaved. Once click button it will be Unsaved - then on next page once submit it will be saved (Add employee schedule per shift - next page)
ModifiedStatus: 100% if not modified if saved. If there's a modification on next - will get cutoffid link to another table
DaysLate: number of day from days from
DateCreated: date I click the button to add
Createdby: username login
'_______________
May I also ask if how can I increment a day on my array. Ex if i have Aug 1-15 cut-off. My loop will be if not august 15 add 1 day to August 1 then until condition is met (will be used for the next page)
Hoping for your knowledge or link to an example. Thank you very much.