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 ?

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


Please Help Members By Posting Answers For Below Questions

Define page fragment caching?

971


What are the event handlers that we can have in global.asax file?

1014


How can we create pie chart in asp.net?

1105


Explain cookies with example.

1064


What is the default authentication mode for asp.net?

1161


What do you mean by query string?

983


Define web services in asp.net.

1120


Explain what is an abstract class?

1070


How many languages are supported by .NET at present time?

813


What are the different methods of session maintenance in asp.net?

1065


What is difference between asp state management and asp.net state management?

1144


Explain login controls.

1179


How to you can limit Access to Web API to Specific HTTP Verb?

1248


Where would you use an ihttpmodule, and what are the limitations of any?

1049


What is the difference between web config and machine config files?

1060