How to check null values in dataset ?
Answer Posted / divya
if (IsDBNull(ds.Tables(0).rows(0).Item("fldname")) then
Response.write("Contains null value")
end if
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Which object encapsulates state or data of a user?
I’m having some trouble with cas. How can I diagnose my problem?
What are the events in a page life cycle?
What is session and application variable in asp net?
Why session is necessary in web application?
What are server side controls?
What is the difference between file-based dependency and key-based dependency?
What do you mean by marshalbyref?
Difference between web user control and web custom control?
What are Caching techniques in .NET
How can u deifne the benefits and limitation of using Viewstate for state management?
Explain serialization and deserialization?
What is Razor View Engine
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is the difference between table and query?