How can I make a list in a Repeater Section?
Posted
by JPJedi
on Stack Overflow
See other posts from Stack Overflow
or by JPJedi
Published on 2010-05-02T14:20:31Z
Indexed on
2010/05/02
14:27 UTC
Read the original article
Hit count: 253
I need to create a repeater section that will show 4 columns - First Name, Last Name, a link based off of stored column data that says.
All the data plus some extra not being used is in a players profile. How do I link the data on the code-behind to the repeater control with the databinders?
I am using visual studio 2008, VB.NET for the code behind.
© Stack Overflow or respective owner