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.