ImageButton In repeater Control
How can i use of image button in repeater control??
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Deepak SharmaPosted Jan 27, 2012, 5:25 AM
You can use ImageButton inside any template of the Repeater control:
<%#Eval("Name") %>
|