Hi All,
I am writing code in TimerJob so I dont have any control to take the input. I have a list with 4 columns.
Now I want, when the TimerJob runs then multiple items (3 rows items) should save in all 4 respective columns.
Ex:- I want to save 3 rows at a time in 4 respctive column:-
columns:-
col1 col2 col3 col4
rows:-
1 2 3 4
5 6 7 8
9 10 11 12
All 3 rows should save in respective columns at a time when TimerJob runs.
How can I acheive this? Please help me into this
Thanks,
Vishwa