string text to many linkbuttons (asp.net c#)

inciongmte

New Member
I am retrieving data from table column where I have saved tags for the article, for example: \[code\]"animals dogs cats"\[/code\] and showing this string text in \[code\]linkbutton\[/code\]. If I click it, then page is redirected to \[code\]"Tags.aspx?name=animals dogs cats"\[/code\]. Is it possible to redirect page to \[code\]"Tags.aspx?name=cats"\[/code\] if I have clicked on "cats", or maybe to split the string and show each word in own \[code\]linkbutton\[/code\] (without using something like \[code\]listview\[/code\])?Thanks, Oak
 
Back
Top