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
Define page fragment caching?
What are the event handlers that we can have in global.asax file?
How can we create pie chart in asp.net?
Explain cookies with example.
What is the default authentication mode for asp.net?
What do you mean by query string?
Define web services in asp.net.
Explain what is an abstract class?
How many languages are supported by .NET at present time?
What are the different methods of session maintenance in asp.net?
What is difference between asp state management and asp.net state management?
Explain login controls.
How to you can limit Access to Web API to Specific HTTP Verb?
Where would you use an ihttpmodule, and what are the limitations of any?
What is the difference between web config and machine config files?