Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Data Base Select

    I have an ActiveX control and some data base results on
    the same web page. I want to respond to an event and
    change the results from the data base without changing
    pages.

    Is there some sample code that shows a re-query of a data
    base inserting the the results into the current page.

    Thanks

    Dan
    Dan Brindle Guest

  2. Similar Questions and Discussions

    1. Data Base on Flash
      Hi all I'm working on a interactive cd-rom. The cd includes a data base, which is acceded by combined search of several parameters. I had thought...
    2. data base deletion in data grid
      how do i delete a record by using delete button in data grid -- goodwill...
    3. Data Base connections
      :confused; I'm having difficulty setting up MySql database in the Cold Fusion Administrator. I'm running Studio MX 2004 and version 4.0.1 (or...
    4. SWF Register data in a data base by means of PHP
      Considered forum I go with the purpose of asking for to you an example to them SWF that allows to register data in a data base by means of PHP. If...
    5. Data Base Connection
      Hi! I will Know what I do for connect director with MySQL database. I Know xtras like ADO, But this is limited to remote only databasing while it...
  3. #2

    Default Re: Data Base Select

    To do what you're asking would require some kind of client side scripting.

    Have you considered using frames or an iframe?

    "Dan Brindle" <dbrindle@kondratyev.com> wrote in message
    news:07c301c351c5$d37a7150$a601280a@phx.gbl...
    > I have an ActiveX control and some data base results on
    > the same web page. I want to respond to an event and
    > change the results from the data base without changing
    > pages.
    >
    > Is there some sample code that shows a re-query of a data
    > base inserting the the results into the current page.
    >
    > Thanks
    >
    > Dan

    Tom B 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