Simple SQL query to return data to datagrid.

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

  1. #1

    Default Simple SQL query to return data to datagrid.

    I'm stumped. I can get the data adapter to fill with test results, but how
    do I tie it all together?

    I've got an adapter, a connection and a datagrid. How do I connect the dots?


    Greg Guest

  2. Similar Questions and Discussions

    1. I want to return an array instead of a query
      Dear Forum, My Flash program uses a web service connector that connects to a CFC. Everything works well with "return type="query. Now, I would...
    2. return query resultset from custom tag
      Hi, How to return an entire query resultset from custom tag to the calling page ? Thanks for your help. vmrao
    3. Query return code question
      All... I'm having problems figuring out what pg_query() really returns when there is an error. The documentation says it returns "FALSE",...
    4. query to return table structure
      hi, Is there any command or query that returns the table structure informix.
    5. Using an asp page to return a sql query
      I know that there must be a way to do this, but in my limited knowledge I am stuck. I am using 2 tables 1. "BTstatus" BugIndex Date Entered...
  3. #2

    Default Re: Simple SQL query to return data to datagrid.

    Greg wrote:
    > I'm stumped. I can get the data adapter to fill with test results,
    > but how do I tie it all together?
    >
    > I've got an adapter, a connection and a datagrid. How do I connect
    > the dots?
    You're going to have to do a better job of explaining what your problem is.
    Once you have a more informative message composed, you will get a better
    response to it if you post it to a newsgroup where the dotnet experts hang
    out. This is a classic asp newsgroup, and while a few of us have delved into
    ..Net, you're more likely to get help on a dotnet newsgroup. I suggest either
    microsoft.public.dotnet.framework.adonet or
    microsoft.public.dotnet.framework.aspnet.

    Bob Barrows
    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Bob Barrows [MVP] Guest

  4. #3

    Default Re: Simple SQL query to return data to datagrid.

    When all else fails, there's always Google:

    [url]http://www.google.com/search?hl=en&ie=UTF-8&q=ASP+datagrid&btnG=Google+S[/url]
    earch

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Consultant
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Devdex [url]http://www.devdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt 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