How to access a td id on code behind inside a listview .
i am creating a td inside listview . and i want to access this td id on codebehind without using any event . can any bdy help me out soon .
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.
leark lalapaloozaPosted Jun 26, 2010, 2:10 PM
(HtmlTableCell)lisview.Item.FindControl("tdID") . replace .Item on what TemplateField the td is in