Click here to Skip to main content
15,896,730 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hiii,

I am having a file which is having around 2lakhs records and i am uploading it to the sql server using a file upload control,

now what my question is that is there any way to show that how much data has been uploaded into the sqlserver

Description:

for Suppose when 10000 records have been uploaded then i need to show that 10000 records in a grid and so on...till all the records have finished the upload.

Simply i wanted to display a dynamic grid when the file is uploading to the data base.

is there any way to do this one?

kindly help me to get out of this requirement..

Thanks in Adcance....!
Posted
Updated 21-May-15 3:45am
v2

1 solution

AJAX is the key to your solution.

All you need to do is, have a datagrid which will get updated on a specific interval as defined by you. Check the link below:

http://stackoverflow.com/questions/2384353/update-datagridview-using-ajax-in-my-asp-net-without-refreshing-the-page-displa[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900