I want to Add download Actionlink file in jquery DataTable form

I want to Add download Actionlink file in jquery DataTable form

Nasser SalehNasser Saleh Posts: 2Questions: 2Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: Hello everybody i use asp.cor in my project and jquerey servserside to display my datat in table my problem is that i have in my collumns (files) come from database i want to crate action link when i press on it the file doenload in user pc

Answers

  • allanallan Posts: 61,438Questions: 1Answers: 10,049 Site admin

    Are you saying you have the file (a blob) in the database table? You would need a script at the server to retrieve and download the file in that case. If you just want to know how to create a link in DataTables, please see the documentation here.

    Allan

Sign In or Register to comment.