Display data from database in a scrollable data grid on an ASP Page

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

  1. #1

    Default Display data from database in a scrollable data grid on an ASP Page

    Hi All,
    I want to display data from database in a scrollable data grid on an ASP
    Page. I want to use it for entering data also. Should i have to use any
    third party control or any activex control of microsoft. How should i use
    it. I am beginner in using components in ASP
    Please help me..

    Pankaj




    Pankaj Guest

  2. Similar Questions and Discussions

    1. i want to display all the data in the database to the text field
      Well, I have 5 data in the database list(gDatabase), i want to display them all on the member("datafield").. when I used the repeat function, it...
    2. Passing grid data from one page to another
      I am posting a page to another page (form post). The data grid on the second page is being populated with data. Now, on page load of the second...
    3. How to display a set of data in a data grid when drivenby a combo box?
      I am trying to build a page where the user can select a syle of food (i.e. chinese, italian etc) from a combo. I would then want the relevent...
    4. Separate edit page for a Data Grid
      Hello there, I have a data grid that's going to display a but of data that I want to make editable. Problem with this is that there goign to be...
    5. Data in Access database changed when display in website
      Hi Everyone, I am trying to figure why the data of an Access database changed when displayed in a web-based administrative tool. The column data...
  3. #2

    Default Re: Display data from database in a scrollable data grid on an ASP Page

    Use Table. Each row should have a hidden text box with its name
    including the record key. Each cell would be a text box, so that you
    can enter data.

    --

    Doru


    "Pankaj" <webmaster@dishnetdsl.net> wrote in message
    news:eGFXnqPUDHA.2128@TK2MSFTNGP12.phx.gbl...
    > Hi All,
    > I want to display data from database in a scrollable data grid on an ASP
    > Page. I want to use it for entering data also. Should i have to use any
    > third party control or any activex control of microsoft. How should i use
    > it. I am beginner in using components in ASP
    > Please help me..
    >
    > Pankaj
    >
    >
    >
    >

    Doru Roman 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