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
Explain exception handling in .net.
Using code explain Configuration Management
What is advantage of asp.net?
What is a response cookie?
Why is mvc better than asp.net?
What are the different types of proxy patterns?
What are sharepoint pages?
What kind of data we can store in viewstate?
Explain the advantages of asp.net.
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is ascx?
Is asp.net still used?
Explain what are delegates?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is the difference between session and application?