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
Is asp.net and .net same?
IN an ASP.NET Web application if there is any error, how can you debug?
What are the differences between primary foreign and unique keys?
What is loop in asp.net?
What is meant by ispostback in asp net?
when a request is made in Life cycle of ASP.NET page .
Can you change a Master Page dynamically at runtime?
What is event in asp.net?
What is GAC in ASP.NET 2.0
How can we inherit a static member?
9. Why should we hire you over the others waiting to be interviewed?
How will you maintain versioning in asp.net 2.0?
What do you mean by View State and what is its role?
What are the events in a page life cycle?
Can we have multiple web config files for an asp.net application?