Posted on: 10/2/2015 6:40:36 AM | Views : 887

how to assign navigate url of a hyperlink inside a  FormView from server side code behind

   <asp:HyperLink ID="Hyperlink1" runat="server" NavigateUrl='????????????????'                                             Target="_blank" Text='<%# Eval("DocsFe") != null ? GetFileName(Eval("DocuFe").ToString()) : "" %>'>                                          </asp:HyperLink>


Go to the complete details ...