GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft

 Print  |  
Question:  In ADO.NET how will you filter the columms in a table without using SQL Query



February 02, 2007 07:27:17 #2
 hiral   Member Since: Visitor    Total Comments: N/A 

RE: In ADO.NET how will you filter the columms in a ta...
 
In C#dataset.table[0].rows[index]['ColumnName']example ds1.Tables[0].Rows[i]["MileStone_ID"];
     

 

Back To Question