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 are the different types of events are occured when a client requests an ASP.NET page from IIS server?
How does u get record no from 5 to 15 from a dataset of 100 records?
Explain parts of assembly?
What is the usage of DelegatingHandler?
What is preprocessor in .net and type, where it use?
What are the differences between code behind and code inline?
Can user control be stored in library?
What are the HTML server controls in ASP.NET?
What is a session in asp.net?
Explain about the .NET framework?
What are the Types of chaching. How to implement caching
Elaborate differentiation between Cache and Application?
What is difference cookie and session?
What are the Types of session management in ASP.NET
What is the maximum number of classes that can be contained in one dll file?