|
-
Jan 2nd, 2006, 04:51 AM
#1
Thread Starter
New Member
Auto refreshing a datagrid!
hi,
I want to auto refresh a datagrid alone.
I placed the datagrid inside a <Div> tag so that I can write a javascript to refresh the datagrid. The div is not refreshed please tell me what I can do ????????
function RefreshDiv() {
var szdiv
szdiv=window.document.getElementById("divID");
szdiv.refresh();
}
-
Jan 2nd, 2006, 06:58 AM
#2
Re: Auto refreshing a datagrid!
This is an ASP.NET question so it should be in the ASP.NET forum.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|