CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2004
    Posts
    7

    Auto-reload(refresh) page, after close "child" page?

    I have a page contains DBase info(from ms sql server in dategrid), contains a hyperlink to other page. in second page i edit some of DBase info shown at first page..
    I need after edit DB info and close the second page, first page must automatic refresh(reload) and show new(edited in second page) DB info.How could make this? (use visual studio and c# , asp.net)
    p.s. sorry for my awful english...
    Last edited by mitkomk; November 29th, 2004 at 09:55 AM.

  2. #2
    Join Date
    Feb 2002
    Location
    Mumbai, India
    Posts
    242

    Smile Re: Auto-reload(refresh) page, after close "child" page?

    Hi ,

    Try using WebPage Dialog. It refreshes the parent page once closed.

    Hope this helps.
    ----
    Rohit

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

Featured