string Item = Convert.ToString(drr["Item_Code"]);
This Row is not present in the Datatable.So its throw an error.Instead of thrown an erroe i want the (Item ) value is NULL..
Is this Possible without using If Conditon
I have the column in database table .But in c# we did not assign value for that column in this case we can assign the NULL value to that Column in c#
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.