I have this link here...
<li><a href="/?fileDownloadable=downloadableProducts/MyPDF.pdf" target="_blank" runat="server">MyPDF</a></li>
and in my code behind I try to a Request.QueryString["fileDownloadable"] and it says it returning null...which in the link its not..
Any Ideas?