Need ideas !!!!!!!!!!!!!!!!!111

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Need ideas !!!!!!!!!!!!!!!!!111

    I have an app in asp.net. My requirement is that we have a database, and
    whenever this database is updated, I want my client's webpage also to be
    refreshed. Also, this should be done with teh least or no user intervention.
    Any clues on this ?
    Will I have to look for third party tools? Can you suggest any?
    Thanks a ton.



    MS Guest

  2. Similar Questions and Discussions

    1. PLEASE help with ideas
      Okay the situation is as follows... I would like to create a web site, almost like a site for friends to make accounts and gather and so forth. I...
    2. Any ideas?
      Hi Does anybody know how the animation on the following website was done? I know that masking and a certain amount of tweening was used, but...
    3. X ideas
      Hello Looking to run X windows on a debian 3.0 for a older machine with a 4 meg video. Its for a server so i want a smallest x server to take up...
    4. Any ideas on this?
      How would i go about creating this? I have a table, within each cell there is an image spacer set to 20 x 20 px the same dimensions of the...
    5. Any ideas
      IDS 9.21 FC4 on HP-UX. Application: Lawson I've never seen this before. The application is inserting some rows into table dsinvlines, according...
  3. #2

    Default Re: Need ideas !!!!!!!!!!!!!!!!!111

    There is no way to force a database update to refresh the web page of a
    client who is sitting at their computer looking at their browser.

    All you can do is periodically refresh the page with a META tag, and have it
    poll the DB for any changes.

    "MS" <anonymous@discussions.com> wrote in message
    news:O16cIuWSEHA.2480@TK2MSFTNGP10.phx.gbl...
    > I have an app in asp.net. My requirement is that we have a database, and
    > whenever this database is updated, I want my client's webpage also to be
    > refreshed. Also, this should be done with teh least or no user
    intervention.
    > Any clues on this ?
    > Will I have to look for third party tools? Can you suggest any?
    > Thanks a ton.
    >
    >
    >

    Marina Guest

  4. #3

    Default Re: Need ideas !!!!!!!!!!!!!!!!!111

    Basicly when you edit something and your finished editen you press the
    "Update" button or link.
    Whatever you prefer. Aftere you press the button the page will be refreshed
    and the updated info
    will be showed ofcourse. This all is just 1 click.

    You dont have to look for any third party tools

    Richard

    "MS" <anonymous@discussions.com> schreef in bericht
    news:O16cIuWSEHA.2480@TK2MSFTNGP10.phx.gbl...
    > I have an app in asp.net. My requirement is that we have a database, and
    > whenever this database is updated, I want my client's webpage also to be
    > refreshed. Also, this should be done with teh least or no user
    intervention.
    > Any clues on this ?
    > Will I have to look for third party tools? Can you suggest any?
    > Thanks a ton.
    >
    >
    >

    Richard Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139