Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. i need help here.. it's urgent. dun understand the question can reply me again.

i need help here.. it's urgent. dun understand the question can reply me again.

Scheduled Pinned Locked Moved ASP.NET
csharphelpasp-netdatabasevisual-studio
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    chubbie
    wrote on last edited by
    #1

    Hi all.. here's the situation.. My Lecturer gave me some tasks to do for my project. one of them is giving me some problems. he asked me to create a table that looks like a Gantt Chart.. the rows are undefine (up to user, explained at the bottom). and there have to be 26 columns. The appearance of the whole table that my Lecturer wants is that we have the Header Text Row (1st Row) and one row of 24 checkboxes and 2 TextBoxes (2nd Row) for people to fill in some data. at the side of the whole table, there will be a button named (Add Row). so, when user click on the button, another (2nd Row) will appear, forming the 3rd Row. the objective is to append a new (2nd Row), data not yet filled in, at the bottom, preserving the data keyed in at the previous rows.

    Header Text 1

    Header Text 2...

    ...Header Text 25

    Header Text 26

    this is a rough idea of how the table should look like.. and the main problem is, i dunno how to do to make the rows append at the bottom of the seconde row and so forth.. as afterwhich i have to collect the data and save inside the database.. and display it in another aspx.. by the way, i am using asp.net 2.0, C# language, and visual studio 2005.. thanks for the attention to this message.. as this is due next week.. thanks once again.. -DarkangeL-

    C I 2 Replies Last reply
    0
    • C chubbie

      Hi all.. here's the situation.. My Lecturer gave me some tasks to do for my project. one of them is giving me some problems. he asked me to create a table that looks like a Gantt Chart.. the rows are undefine (up to user, explained at the bottom). and there have to be 26 columns. The appearance of the whole table that my Lecturer wants is that we have the Header Text Row (1st Row) and one row of 24 checkboxes and 2 TextBoxes (2nd Row) for people to fill in some data. at the side of the whole table, there will be a button named (Add Row). so, when user click on the button, another (2nd Row) will appear, forming the 3rd Row. the objective is to append a new (2nd Row), data not yet filled in, at the bottom, preserving the data keyed in at the previous rows.

      Header Text 1

      Header Text 2...

      ...Header Text 25

      Header Text 26

      this is a rough idea of how the table should look like.. and the main problem is, i dunno how to do to make the rows append at the bottom of the seconde row and so forth.. as afterwhich i have to collect the data and save inside the database.. and display it in another aspx.. by the way, i am using asp.net 2.0, C# language, and visual studio 2005.. thanks for the attention to this message.. as this is due next week.. thanks once again.. -DarkangeL-

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      I would guess that your lecturer has taught you about the DataView. This is the most likely control that will help you. ColinMackay.net "Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucius "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell

      1 Reply Last reply
      0
      • C chubbie

        Hi all.. here's the situation.. My Lecturer gave me some tasks to do for my project. one of them is giving me some problems. he asked me to create a table that looks like a Gantt Chart.. the rows are undefine (up to user, explained at the bottom). and there have to be 26 columns. The appearance of the whole table that my Lecturer wants is that we have the Header Text Row (1st Row) and one row of 24 checkboxes and 2 TextBoxes (2nd Row) for people to fill in some data. at the side of the whole table, there will be a button named (Add Row). so, when user click on the button, another (2nd Row) will appear, forming the 3rd Row. the objective is to append a new (2nd Row), data not yet filled in, at the bottom, preserving the data keyed in at the previous rows.

        Header Text 1

        Header Text 2...

        ...Header Text 25

        Header Text 26

        this is a rough idea of how the table should look like.. and the main problem is, i dunno how to do to make the rows append at the bottom of the seconde row and so forth.. as afterwhich i have to collect the data and save inside the database.. and display it in another aspx.. by the way, i am using asp.net 2.0, C# language, and visual studio 2005.. thanks for the attention to this message.. as this is due next week.. thanks once again.. -DarkangeL-

        I Offline
        I Offline
        Ista
        wrote on last edited by
        #3

        Your data grid will do that. Or so from what you've said. Create and edit tempate to get your second row. Try it with a data grid. 1 line of code equals many bugs. So don't write any!!

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups