Hi!!, I wud really appreciate any help for the problem below.
well i use a datagrid to input multiple fields of data,
for example,
col1(module name) | col2(hrs)
----------------------------------------
mod1 | 12
mod2 | 8
mod3 | 6
I dont want to use Datagrids allowAddnew or allowupdate
properties. I want to save the contents of the grid to
table only after the SAVE button is clicked, that is in the
format of,
Cno,Module,hrs -> 1,mod1,12
Cno,Module,hrs -> 1,mod2,8
Cno,Module,hrs -> 1,mod3,6
etc....
note: Cno is a reference (foreign key) of another table.
i wud be very pleased if someone cud suggest an idea to get
around this..
thnx!
Mur.