Display Data query no refresh?

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Display Data query no refresh?

    Is it possible in CF to display a grid which gets it's results from a query and
    then to have the grid update it's contents without refreshing the page?

    This is possible in .NET, is it possible in CF?

    glebreck Guest

  2. Similar Questions and Discussions

    1. CFC Query Data Refresh
      Hi, I have a flash form that displays status data (from SQL queries) for three different EDI interfaces on three servers. This is simply a static...
    2. Auto refresh maintaing query string
      I have a drill down where on page one the user selects criteria to narrow down the search for a speicific group of employees(like all hired between...
    3. ASP Page Refresh or Display Rate when Accessing an Acccess DB
      This is telephone directory that expands the display at each office to show the personnel under each office or section. Everytime this page is...
    4. re display form fields after refresh
      I'm just new at this so any help more than appreciated. I have created an email form in which all fields must be completed. If all the fields are...
    5. Data refresh
      Hello! After that I have changed the filter of a form, how I get immediately after the new data displayed? (The textboxs are all linked to the...
  3. #2

    Default Re: Display Data query no refresh?

    glebreck wrote:
    > Is it possible in CF to display a grid which gets it's results from a query and
    > then to have the grid update it's contents without refreshing the page?
    >
    > This is possible in .NET, is it possible in CF?
    >
    You can do this with Flash Remoting and the Flash-based cfgrid. Check
    [url]http://www.asfusion.com[/url] for tons of great examples.

    Matt
    --
    Matt Woodward
    [email]mpwoodward@gmail.com[/email]
    Team Macromedia - ColdFusion
    mpwoodward *TMM* 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