How to check null values in dataset ?
Answer Posted / jon
if(ds.Tables[0].Rows[0].IsNull(columnName)==true)
{
Response.write("Contains null value")
}
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is difference between session and cookies in asp net?
How will create assesblies at run time?
What permissions do asp.net applications posses by default?
Explain diff between dataset and datareader?
What is the difference between mechine.config and web.config?
How do you sign out from forms authentication?
How to use a Master Database in Asp.net?
What is the difference between Hash table and Array list?
What are the page life cycle events?
Can you explain one critical mapping?
What language is asp.net written in?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
Explain about Multi-Language integration?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
List the advantages and disadvantages of user control an custom control?