Hi,
I have a asp:Linkbutton control. On click of this I have to open a new window , say ViewApplication.aspx.
I have to pass a querystring to ViewApplication.aspx. Something like ViewApplication.aspx?FilePath='\\\\pc1234\jobapplication.pdf'
I won't be having the query string ready during page load.
Please let me know how can I open the page in a new browser window or popup using asp:LinkButton.
...
Go to the complete details ...