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  >  DotNet

 Print  |  
Question:  What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?



March 03, 2005 15:25:47 #1
    Member Since: Visitor    Total Comments: N/A 

RE: What property must you set, and what method must you call in your code, in order to bind the data fr
 
repeater.datamember property- to bind to the controlondatabindingmethod
     

 

Back To Question