Results 1 to 2 of 2

Thread: Auto refreshing a datagrid!

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2005
    Posts
    12

    Exclamation 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();
    }

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Auto refreshing a datagrid!

    This is an ASP.NET question so it should be in the ASP.NET forum.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width