Hi Folks ,
I am need to delete a row from a table from code point of view.
dtForms = FWSL.FillDataTable(Command)
In the above line of code dtForms has got multiple records and I need to delete one record from it based on a condition.
Please help me how to write a code for that.
Thanks for your patience!