How to check null values in dataset ?
Answer Posted / jon
if(ds.Tables[0].Rows[0].IsNull(columnName)==true)
{
Response.write("Contains null value")
}
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Is asp.net web forms dead?
How asynchronous call can be implemented using delegates?
How you can manage the state of application at the server side in ASP.NET?
What is page request in asp.net?
What are Master Pages in ASP.NET? or What is a Master Page?
Explain the different parts that constitute ASP.NET application?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
How to bind all the binding controls in a page at once in ASP.NET?
What is data grid view in asp.net?
What is httpresponse?
Explain the use of fragment caching.
Which is better php or asp.net?
How do sessions work?
Explain about solution explorer window?
What is difference between web config and global asax?