create dynamic link buttons in ListView

Posted by Sunny on Stack Overflow See other posts from Stack Overflow or by Sunny
Published on 2009-09-14T05:49:16Z Indexed on 2010/06/08 4:12 UTC
Read the original article Hit count: 245

Filed under:
|
|

Hi,

I am creating a search using listview. when user enter a word in search, I am generating a listview with the results.

Now, there will be tags in each listview row. When, user clicks the tag, again a search happens using the value in the tag. There may be any number of tags for each listview row. I have to generate linkbuttons for these tags.

Could anyone please guide me on how to create dynamic linkbuttons and access those values for further search.

You can have a look at delicious.com. I need a similar functionality.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about listview

Related posts about dynamic