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
Differentiate between file-based dependency and key-based dependency.
List of words of preprocessor in .net?
What is preprocessor in .net and type, where it use?
Explain how to prepare culture-specific formatting in .net.
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is asp.net mvc5? : Asp.Net MVC
Is session server side or client side?
What's the use of formatters in .net?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
How can we create custom controls in asp net?
What is sql data source control in asp.net?
Does google crawl redirects?
List down the sequence of methods called during the page load.
What is the difference between user control and custom control?
What are the file extensions for razor views?