Jump to content
Xtreme .Net Talk

ASP.net Datagrid Refresh


Recommended Posts

Guest Sethxian
Posted
I was wondering if anyone could tell me if it's possible or post sample code using the ASP.net vb code behind to refresh the datagrid based on a timer like 60 seconds or so. I am developing a chat application that executes queries from SQL and do not want to refresh the whole webpage for annoyance reasons. (Page clicks, status bar refresh, flickering). If this is possible ? Thanks in advance.
Guest Sethxian
Posted
Thanks, I've tried that and it works, the outstanding issue is that the page flickers and makes the default click sound from IE. I have tried turning on Smart Navigation which is supposed to cancel the flickering and it doesn't seem to work. I tried this on the page directly and then the web.config file. Any ideas on how to resolve this issue if the only way to refresh the data in the grid is to refresh the whole page? Thanks again.
  • 11 months later...
Posted

<iframe src="datagrid.html" width="100%" height="200"></iframe>

 

If the code below used in asp.net, what about I am using a refresh button, whreby, when I click on it, it will refreshing the new data that have deleted or added in database. I am using asp.net

 

thanks

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...