Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to check null values in dataset ?

Answers were Sorted based on User's Feedback



How to check null values in dataset ?..

Answer / jon

if(ds.Tables[0].Rows[0].IsNull(columnName)==true)
{
Response.write("Contains null value")
}

Is This Answer Correct ?    11 Yes 1 No

How to check null values in dataset ?..

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

How to check null values in dataset ?..

Answer / sharad praskash singhania

If IsDBNull(ds) Then
Response.write("Null Value")
End If

Is This Answer Correct ?    1 Yes 1 No

How to check null values in dataset ?..

Answer / jha

if(dataSet.Tables[0].Rows[0].IsNull("ColumnName"))
{

<code>

}

Is This Answer Correct ?    0 Yes 0 No

How to check null values in dataset ?..

Answer / guest

Dataset.TableName[RowNumber].IsCOLUMNNAMENull

response.PayAnyonePaymentDetails[0].IsQueueNumberNull()

Is This Answer Correct ?    3 Yes 6 No

How to check null values in dataset ?..

Answer / fusion it

if dataset.tables(0).rows.count = 0

Is This Answer Correct ?    4 Yes 10 No

Post New Answer

More ASP.NET Interview Questions

What kind of data can be stored in viewstate?

0 Answers  


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?

0 Answers  


web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.

2 Answers   TCS,


what is caching?

4 Answers   Microsoft,


Where do you store the information about the user?s locale?

1 Answers   Siebel, Visual Soft,


What is x xss protection?

0 Answers  


Can any one explain with the example how to capture the application error in Aplication_Error() method?

1 Answers   Infosys,


Difference between ADO.Net 1.1 and ADO.Net 2.0 ?

1 Answers   Value Labs,


What is a web server? What are the load limits in it?

0 Answers   Wipro,


To call a Web service SOAP which transport protocol you use?

3 Answers   Siebel,


when will garbage collector run?

1 Answers  


Describe the difference between inline and code behind - which is best in?

0 Answers  


Categories