edited Does anyone know how to upload/open a file in a shared location on a intranet with a link button either from the markup or programmatically?
<asp:LinkButton runat="server" ID="btnGetFile" CommandName="GetFile" CommandArgument='<%# Eval("Id") %>' Visible="false" Text='<%# Eval("FormName") %>'></asp:LinkButton>