Hi, I have written some logic in C#. Now I need to update it to the already created Dataset. The Dataset is containing a Table PackageTable. It has two fields, PackageId, and PackagePrice Now, I want to search the table for certain Packageid, say 'P1' and update the PackagePrice with a new value , say '100'.
Please tell me how to do it with C#. Please also note that I am not updating it using a textbox or gridview etc. Thanks in advance