HipperlinkField Inside Datagrid Do not redirect asp.net

0

I am trying to add series of an article so that it can be moved to another warehouse

the functionality is that when you click on the hipperlink control the records to which you intend to add series, it is redirected to a page, in which you must do this process

to achieve the above, he tried to do the following

   <asp:HyperLinkField HeaderText = "Añadir Serie" DataTextField = "Id_traslado_detalle" DataNavigateUrlFields = "Id_traslado_detalle" SortExpression = "Id_traslado_detalle" DataNavigateUrlFormatString = "~/aspx/Inventario/DetalleTrasladoSerie.aspx?id={0} "/>

My big drawback is that no action is executed when clicking, but if the data is displayed and the control appears as a link

    
asked by Andrex_11 26.11.2018 в 23:23
source

0 answers