VB.NET DataGrid / Record Forms

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

  1. #1

    Default VB.NET DataGrid / Record Forms

    Two questions here.

    1) Is it possible to make a vertically setup datagrid. Basically, i am
    populating the grid with only information from one record, and I want it to
    list downwards as opposed to across. Is this possible?

    2) Is there an easy way/template/function in VisualBasic.Net that will
    automatically create an insert/update form for a record in a database?
    perhpas a modified Datagrid with TextBoxes instead of labels. Is this
    possible to do?

    THanks
    Jordan


    Jordan Marton Guest

  2. Similar Questions and Discussions

    1. Flash Forms: Goto Next Record, No Reload
      How does one load a Flash Form and its initial data; go to the next record using a cfform action and a submit button; and show the next record's...
    2. First record of datagrid not showing
      First record in grid is not showing having been called from stored proc. Grid shows rest of records with no problem. (Using DataReader) Any...
    3. Not able to delete record from datagrid
      hi friends, i simply want to delete record by using asp.net datagrid control for that i need to pass one cell value to my function which will...
    4. disable save record on a Continuous Forms
      "Adelin C." <adelin.champagne@hrdc-drhc.gc.ca> wrote in message news:0c3c01c356a8$34bcaaa0$a501280a@phx.gbl... If you don't want the user to make...
    5. [PHP] walking through database one record at a time with forms.
      Better would be to make combos (reject, accept) and then submit them all at once. Displaying a separate html page for each row is slow and pain to...
  3. #2

    Default Re: VB.NET DataGrid / Record Forms

    Jordan,

    1) Is it possible to make a vertically setup datagrid. Basically, i am
    populating the grid with only information from one record, and I want it to
    list downwards as opposed to across. Is this possible?

    You would be better off using the DataList or Repeater control. They are
    more appropriate for this type of display. I would probably use the datalist
    myself.

    2) Is there an easy way/template/function in VisualBasic.Net that will
    automatically create an insert/update form for a record in a database?
    perhpas a modified Datagrid with TextBoxes instead of labels. Is this
    possible to do?

    Yes! While in your web project go to the menu and click "File-Add New Item"
    then in the template area (on the right) of the window that opens choose the
    "Data Form Wizard"


    Sincerely,

    --
    S. Justin Gengo, MCP
    Web Developer

    Free code library at:
    [url]www.aboutfortunate.com[/url]

    "Out of chaos comes order."
    Nietzche
    "Jordan Marton" <JMarton@NOSPAMmarketaxess.com> wrote in message
    news:upYxeh$WDHA.2352@TK2MSFTNGP12.phx.gbl...
    > Two questions here.
    >
    > 1) Is it possible to make a vertically setup datagrid. Basically, i am
    > populating the grid with only information from one record, and I want it
    to
    > list downwards as opposed to across. Is this possible?
    >
    > 2) Is there an easy way/template/function in VisualBasic.Net that will
    > automatically create an insert/update form for a record in a database?
    > perhpas a modified Datagrid with TextBoxes instead of labels. Is this
    > possible to do?
    >
    > THanks
    > Jordan
    >
    >

    S. Justin Gengo 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