DataGrid Popup
-
Hi all on click datagrid line item i want to open a window with selected line items (as session or request.querystring) My .net ver. is 1.1 so the DataNavigateUrlFields also not working any other way to do this Thx Keerthi
-
Hi all on click datagrid line item i want to open a window with selected line items (as session or request.querystring) My .net ver. is 1.1 so the DataNavigateUrlFields also not working any other way to do this Thx Keerthi
USE HTMLANCHORTAG In ITEMTEMPLATE FIELD +"&VAL="+<%#Eval("field2")%> target="_blank" >VIEW/EDIT/DELETE bEST rEGARD pATHAN ---------------------------------------------------
-
USE HTMLANCHORTAG In ITEMTEMPLATE FIELD +"&VAL="+<%#Eval("field2")%> target="_blank" >VIEW/EDIT/DELETE bEST rEGARD pATHAN ---------------------------------------------------
HI thx for reply i want it in my datagrid but +"&VAL="+<%#Eval("field2")%> target="_blank" >VIEW/EDIT/DELETE it is giving error Keerthi
-
HI thx for reply i want it in my datagrid but +"&VAL="+<%#Eval("field2")%> target="_blank" >VIEW/EDIT/DELETE it is giving error Keerthi
what error?
---------------------------------------------------