2
Answers

Upload ,disply ,Download files using ajax jqueary?

Prasad Bhagat

Prasad Bhagat

8y
274
1
Dear All,
 
i have sql table like bellow ..
 
 
 id    int
 type varchar(50)
 name varchar(50)
 extension varchar(50)
 
now my requirement is ..
 
 
Upload files like image,pdf,word,excell.. to my table .
 retreve from database
disply in html table . with download buttom .
if i hit need to download the file ...
 
 
i want to do thease operations using
 
 
asp.net ajax jqueary webmethods .please help me how can i do this? 
Answers (2)
0
Manas Mohapatra

Manas Mohapatra

NA 29.3k 3.3m 8y
Follow below links how to bind data to grid through AJAX:
 
http://www.codescratcher.com/jquery/bind-data-to-gridview-with-jquery-json-asp-net/
 
http://www.aspsnippets.com/Articles/Bind-Dataset-to-ASPNet-GridView-using-jQuery-AJAX.aspx
 
http://www.aspdotnet-suresh.com/2013/01/aspnet-download-and-upload-files-to.html 
 
http://www.webcodeexpert.com/2013/04/how-to-upload-download-and-delete-files.html 
 
0
Divya R

Divya R

NA 125 6.7k 8y
http://codepedia.info/2015/06/upload-image-using-jquery-ajax-asp-net-c-sharp/
 
 
http://www.aspdotnet-suresh.com/2015/02/jquery-upload-images-files-without-page-refresh-postaback-in-aspnet.html http://www.aspsnippets.com/Articles/Uploading-files-using-jQuery-AJAX-and-Generic-Handler-ASHX-in-ASPNet.aspx
 
 
hi just refer this link.May be its useful for U!