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
Yes..how to assign the NULL value to this Witrhout using If condtion
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.