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
Post a Comment