Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom Templated Control Databound in Repeater

Status
Not open for further replies.

supermikey

Programmer
Joined
Jul 18, 2007
Messages
1
Location
US
I'm trying to get controls in a template within a custom control to databind to the repeater's datasource. I can databind the control separately, but I can't figure out how to interface it so that it can databind within a repeater.
 
if I follow your statement correctly, within each repeater item template you want to bind a control (gridview, datalist, repeater)to a datasource, or a related enumeration of data.

google nested repeater or nested datagrids. There a many examples on the web.

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top