How to get the text property of a linkbutton inside repeater control?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • raghurocks
    New Member
    • May 2012
    • 46

    How to get the text property of a linkbutton inside repeater control?

    hai all

    i am working with repeater..actua lly i have placed a linkbtn in item template..in that linkbtn i am displaying names from database....and i have created an event for the lnkbtn..in that event i want to get the text property of linkbtn...how to solve dis...thanx in advance..
  • Sl1ver
    New Member
    • Mar 2009
    • 196

    #2
    I see what you need but cant give you solid advice. What id think you'd need to do though is try and get the id of the current selection and work with that.

    is this in asp, what would you like to achieve with the link button? if you want to just take it to n page where you need the specific property i would recommend that you fill the url redirection of the button with the specific property that you retrieved from the database.

    Comment

    Working...