Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have a requirement in my project, where web page displays bulk of products in a ASP Table with labels and textboxes. If the user wanted to add any product he need to enter the quatity in the Quatity text box in the repective row. Once done user has to click the save button in order to save the all products which is having quatity.

In code behind file i am looping through ASP Table rows and filtering the rows, which are having quatity and firing sql qurey(Calling Stored procedure ) to insert the products in DB.

My Issue is this fuctionality working fine. But Now as per client requirements i need to add more number of products to master data. Initially there was 100 products was there now the count has been incresed to 300+ .Now, once i added 300+ products in master data ASP table is rendering with any issue in the webpage. But while saving it is throughing script error in the browser.

Stop running the script?

A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer might become unresponsive.


So i would like request some one, please suggest me any alternative solution to overcome this issue.

Note:- This ASP Table is placed in Update panel of AJAX.

Thanks in advance.

Hari.
Posted
Comments
ZurdoDev 8-Aug-12 10:08am    
The error is referring to script, javascript, not C# so are you writing any script? Or is it all the updatepanel?
HariPrasad katakam 19-Nov-12 0:28am    
Hi ryanb31..Thanks for reply. The problem was due to huge data in table. As huge data is in update panel it is trying to update asynchronously so huge data was passing in each request.So this kind of requirements it is not advisable to use AJAX update panel, So I have removed the update panel and it's working fine now..

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