Click here to Skip to main content
15,898,939 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Is there any best third party control which full fill Asp.Net web form GridView control functionally from the client side.

Because Asp.Net web form GridView control automatically clears / refreshes data after adding 15 or 16 row.

User will feed data in the Webform and communicate to the database then load 42 columns data in the GridView. This will happen continuously. After 5 or 10 or 15 rows, Asp.Net Webform GridView control automatically clears / refreshes data.

We want avoid Page PostBack and all communication should happened in client side.
Posted
v3
Comments
What do you exactly mean by automatically clear or refreshes data?
I don't know something like that. There must be something wrong with your implementation.

Please post your code for reference.

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