How to check null values in dataset ?
Answer Posted / jha
if(dataSet.Tables[0].Rows[0].IsNull("ColumnName"))
{
<code>
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to reduce the width of textbox in editcommandcolumn of datagrid?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is the life cycle of web page?
Define data caching?
Where is http session stored?
Explain the basic functionality of garbage collector?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
What is the importance of Global.asax in ASP.NET?
What is the difference between user control an custom control?
What is a gridview in asp.net?
How do you use viewstate?
Explain about Automatic resource management?
What is asp according to you?
What is the part of url?
Explain the working of passport authentication.