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
How can you apply a theme to your asp.net application?
Explain Session state management options in ASP.NET.
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Which browsers support the xmlhttprequest object?
What are the session management techniques asp net?
What do you mean by View State and what is its role?
What is routing in MVC?
Where is asp.net view state stored?
How many types of validation are there?
What are the three parts of an http response?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is data control in asp.net?
What is globalization and localization in asp net?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is the difference between user control and custom control?