Hi i have a column in database where some of the rows are null while comming data back from database to UI i need to check if the column value is null i need to set to default value
how to write code in c#?
column name is date,this has some null values ,need to check first if its null then need to set to default to todays date means getdate
Go to the complete details ...