I have a web page in ASP.NET that is set to refresh every x seconds. This page contains a datagrid (and a few other items) that shows records from an SQL Server 2000 database table.
The problem is that the whole page refreshes every time and is annoying to the user. I NEED to refresh so that new records in the databae show up on the web page. Is there a way for me to only
refresh the datagrid?
So far, I've got the following ideas:
1. - use remote scripting?
2. - use XMLHTTP?
3. - use a frame within a frame?
Any suggestions?
The problem is that the whole page refreshes every time and is annoying to the user. I NEED to refresh so that new records in the databae show up on the web page. Is there a way for me to only
refresh the datagrid?
So far, I've got the following ideas:
1. - use remote scripting?
2. - use XMLHTTP?
3. - use a frame within a frame?
Any suggestions?