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 is the parent class of the web server control?
What is custom events? How to create it?
What are the difference between overriding and overloading?
How to deploy/publish webservices?How many ways?Plz explain me
What is difference between or and orelse?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
Explain asp.net application life cycle?
Can the dictionary object be created in client?s scope ?
Why do we use sessions?
What is a page life cycle?
How ASP.NET page works?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What are the ways to sending the data in ASP.NET page?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
Explain how do you deploy your asp.net application?