repeater

liunx

Guest
Can I display textbox inside a repeater???

The text box is supposed to list the return values of a query. How can I do this???Yes just place it in the ItemTemplate. You will have to iterate through all the records and cast the control as a TextBox to read values back out of it.
 
Back
Top