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
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
Can you dynamically assign a Master Page?
explain code with datachaching with example
Explain the difference between webfarm and webgardens in .net?
What is the difference between session and viewstate?
What is an assembly? Explain its parts.
Is session stored in browser?
Describe the Server Control Events of ASP.NET?
How can you identify that the page is post back?
How could you modify xaml content from javascript?
How do you handle server controls?
What is asp.net caching?
Define tracing.
How many types of cookies are available in asp?
How does viewstate work?