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

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -