ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
How to check null values in dataset ?
 Question Submitted By :: Mathur
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How to check null values in dataset ?
Answer
# 1
Dataset.TableName[RowNumber].IsCOLUMNNAMENull

response.PayAnyonePaymentDetails[0].IsQueueNumberNull()

 
Is This Answer Correct ?    0 Yes 4 No
Guest
 
  Re: How to check null values in dataset ?
Answer
# 2
if dataset.tables(0).rows.count = 0
 
Is This Answer Correct ?    1 Yes 6 No
Fusion It
 
 
 
  Re: How to check null values in dataset ?
Answer
# 3
if(ds.Tables[0].Rows[0].IsNull(columnName)==true)
{
Response.write("Contains null value")
}
 
Is This Answer Correct ?    2 Yes 1 No
Jon
 
  Re: How to check null values in dataset ?
Answer
# 4
if (IsDBNull(ds.Tables(0).rows(0).Item("fldname")) then
Response.write("Contains null value")
end if
 
Is This Answer Correct ?    2 Yes 0 No
Divya
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
Dategrid filtering and sorting How can we sort all the fields at once? Satyam3
What is the Global ASA(X) File?  2
What is a Windows Service and how does its lifecycle differ from a "standard" EXE?  1
What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable Syntax-Softtech2
How to write unmanaged code and how to identify whether the code is managed / unmanaged ? Accenture1
How Many types of Page Load functions in asp.net  2
Have u used webcontrols?Tell me something about these? Microsoft1
When during the page processing cycle is ViewState available?  1
which is the new version of IIS SERVER  1
what is the challenging situation you faced in your career? HP3
How to Insert a TextBox value in to Sql database using C# coding? Sona6
Is it necessary to create a Windows application or Web application to test a Web service ? Is it must to consume this service?  2
ASP.NET uses event driven programming model.Justify.  1
What is difference b/w Data Grid in ASP.Net 1.1 and Gridview in 2.0 IntraLogic9
What are the major differences between asp.net1.1 and asp.net 2.0? CTS7
What is a Windows Service and how does its life cycle differ from a standard EXE?  2
how can you handle "control is not part of this page " error? FactorH3
What?s the difference between Codebehind="MyCode.aspx.cs" and Src="MyCode.aspx.cs"? Visual-Soft1
After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents. Syntax-Softtech1
What is the Difference between Web.config and global.asax? Can we write connection String code in global.asax? Microsystems4
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com