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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

repeater label control from sub

Status
Not open for further replies.

ozane

Technical User
Feb 3, 2005
57
TR
Hi
i have a repeater, and it is gettin values from database table. at the end of each row in repeater i want to add label and the label will be controlled from a sub.
this sub is gettin required values from table and after testing it should give the result to the label in repeater.
but how can i add that result to label for each row?
 
You can dynamically create the label in the ItemDataBound of the repeater.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top