I
ItsMe
Hi,
I've 4 fields are as follows:
Field Name DataType
---------- --------
SLNo AutoIncrement
ItemCode String(10)
Qty Integer
Price Currency
I've three textboxes in a form, and I'll be validating accordingly and once
validation suceeds, I want to store in a memory table. I don't want to use
Arrays. I should be able to add/edit/delete and display all the records in a
grid. And I should be able to wipe out the information once my work is done.
Can I use DataTables / XML, if yes how? Any ideas will be highly
appreciated.
Regards
ItsMe
I've 4 fields are as follows:
Field Name DataType
---------- --------
SLNo AutoIncrement
ItemCode String(10)
Qty Integer
Price Currency
I've three textboxes in a form, and I'll be validating accordingly and once
validation suceeds, I want to store in a memory table. I don't want to use
Arrays. I should be able to add/edit/delete and display all the records in a
grid. And I should be able to wipe out the information once my work is done.
Can I use DataTables / XML, if yes how? Any ideas will be highly
appreciated.
Regards
ItsMe