How to check null values in dataset ?
Answers were Sorted based on User's Feedback
Answer / jon
if(ds.Tables[0].Rows[0].IsNull(columnName)==true)
{
Response.write("Contains null value")
}
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / divya
if (IsDBNull(ds.Tables(0).rows(0).Item("fldname")) then
Response.write("Contains null value")
end if
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / sharad praskash singhania
If IsDBNull(ds) Then
Response.write("Null Value")
End If
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / jha
if(dataSet.Tables[0].Rows[0].IsNull("ColumnName"))
{
<code>
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
Dataset.TableName[RowNumber].IsCOLUMNNAMENull
response.PayAnyonePaymentDetails[0].IsQueueNumberNull()
| Is This Answer Correct ? | 3 Yes | 6 No |
What kind of data can be stored in viewstate?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.
what is caching?
Where do you store the information about the user?s locale?
1 Answers Siebel, Visual Soft,
What is x xss protection?
Can any one explain with the example how to capture the application error in Aplication_Error() method?
Difference between ADO.Net 1.1 and ADO.Net 2.0 ?
What is a web server? What are the load limits in it?
To call a Web service SOAP which transport protocol you use?
when will garbage collector run?
Describe the difference between inline and code behind - which is best in?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)