Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
Any hints as to your programming language? Quite a few have listviews. – Dave Barker Sep 14 '09 at 5:53
Which language are you working in? I take it this is a homework assignment? I am guessing ASP.NET, but if so, will it go back to the server to be dynamically generated, or done without reloading the page? – James Black Sep 14 '09 at 5:55

1 Answer

the programming language is asp.net 3.5

yes, it will go back to the server with the selected tag value, and a new set of results will be populated based on that value with their respective dynamic link tags...

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.