As you all know, HyperLink have a navigateURL property and whenever you click on a hyperlink you'll redirect to link destination, it is ok.
So LinkButton in visual cases are same as Hyperlink but it have not a navigateURL property and instead you can redirect user by using Response.Redirect on OnClick event of LinkButton,
the differet between thee mehods are that HyperLink has the ability to open the destinatio URL on a new browser tab or a new page, but linkButton just redirect user in current open window.
you can open a window by window.opn with javascript butall I need is use a HyperLink that generate his destination URL by a composition of user selected Items ( this is not possible with hyper link but is available with LinkButton)
any Idea to generate NavigatURL whenever User clicks on the link not staticly before selecting Items