Open file from GridView
-
hi guys I am stuck in one problem please help me......I need to open any file (wordfile,pdf document etc...) from gridview. I have path for that file and i am getting that path but it is not being open. I tried hyperlinkfield and templatefield but in both case it is not done. So tell me some other way
Regards, DJ Rock
-
hi guys I am stuck in one problem please help me......I need to open any file (wordfile,pdf document etc...) from gridview. I have path for that file and i am getting that path but it is not being open. I tried hyperlinkfield and templatefield but in both case it is not done. So tell me some other way
Regards, DJ Rock
hi. WOTS A PROBLEM WITH HYPERLINK FIELD? U CAN DO THAT USING HYPERLINK JUST PASS FILE PATH TO NAVIGATIONURL PATHAN
-
hi. WOTS A PROBLEM WITH HYPERLINK FIELD? U CAN DO THAT USING HYPERLINK JUST PASS FILE PATH TO NAVIGATIONURL PATHAN
-
thanks for reply i am doing the same but my path is coming from database, so i am passing Eval("Path") to which is not working. If you have code then please let me know Thanks again
Regards, DJ Rock
use DataBinder.Eval(Container.DataItem, "path") pathan