How to check null values in dataset ?
Answer Posted / jha
if(dataSet.Tables[0].Rows[0].IsNull("ColumnName"))
{
<code>
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the maximum timeout we can set for Cookies?
Where you store Connection string in "Web.Config" file in ASP.NET?
Are cookies stored on server or client?
Difference between application events and session events
What are merge modules?
How can we update records in gridview?Is there any appropriate code for it?
Explain the difference between dataset and datareader.
What language does asp.net use?
What is page request in asp.net?
How would ASP and ASP.NET applications run at the same time on the same server?
Explain the difference between the web config and machine config.
What asp.net control can embed xaml into asp.net pages?
How many types of sessions in asp.net?
Name the tools or API for developing or testing web api?
How can we create custom controls in asp net?