How to check null values in dataset ?
Answer Posted / sharad praskash singhania
If IsDBNull(ds) Then
Response.write("Null Value")
End If
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are url fragments?
What is a page life cycle?
Please briefly explain the usage of global.asax?
To wrap up a call to a Web service the standard used is..?
Is asp.net and .net the same?
What are the difference between function and stored procedure in .net programming language?
Describe a Windows Service and its lifecycle ?
What is css and what is it used for?
How to prevent client side validation from the ASP.NET validation controls?
How you will manage the state of ASP.NET controls?
What is OSI layer? Explain different layers.
Why do we use asp.net?
What is hidden field in asp.net?
How can we make sure that Web API returns JSON data only?
What are custom controls?