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  >  ADO.NET 2.0

 Print  |  
Question:  How can we identify the controls which can be used for binding data?



April 04, 2006 06:54:48 #1
 Shailesh   Member Since: Visitor    Total Comments: N/A 

RE: How can we identify the controls which can be used...
 

Control which drives from BaseDataBoundControl Class

 

Serves as the base class for controls that bind to data using an ASP.NET data source control.

     

 

Back To Question