c# - Auto Refresh GridView with Data From BO (via SQL Server table) every minute with effectin web form submission -


i have c# web form contains few dropdowns , more importantly gridview gets populated products on page load() via datagrid.bind().

i need auto update products data in gridview every minute or 5 minutes without disrupting users selection of value in dropdown.

whats efficient way repopulate gridview without effecting form submission process? feedback appreciated. thanks..


Comments

Popular posts from this blog

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -

c++ - Warning : overflow in implicit constant conversion -