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. side by side comparision

side by side comparision

Scheduled Pinned Locked Moved ASP.NET
question
6 Posts 2 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.
  • A Offline
    A Offline
    amit__8
    wrote on last edited by
    #1

    Hi i wanted to create a product comparision.user will select some products and than it will display side by side comparision.i have no idea for the same. pls suggest me. any idea or any link from there i can get some source code or idea to create the same?

    D 1 Reply Last reply
    0
    • A amit__8

      Hi i wanted to create a product comparision.user will select some products and than it will display side by side comparision.i have no idea for the same. pls suggest me. any idea or any link from there i can get some source code or idea to create the same?

      D Offline
      D Offline
      deanofharvard
      wrote on last edited by
      #2

      Wow... This isn't an easy one... There's a lot you're gonna have to know... First... I'm assuming that you'll be getting your products from a DB. Learn the DB objects (SqlConnection, OleDbConnection, OleDbCommand, DataReaders, DataSets, etc...) The best way to display the information is using a DataGrid. DataGrid's are very flexible, and you can completely customize the way data is displayed by manually creating the columns. I've done some pretty cool stuff with DataGrids, but nothing quite like this... But you're in for a good time if you like to dig. Try http://www.asp.net. They have an excellent tutorial section that will show you how to get stuff done lean and dirty. They even have some apps you can download the source to. (They don't teach CodeBehind, so if you want a really robust app, you'll have to jump to other tutorials from there...) I hope this helps...

      A 1 Reply Last reply
      0
      • D deanofharvard

        Wow... This isn't an easy one... There's a lot you're gonna have to know... First... I'm assuming that you'll be getting your products from a DB. Learn the DB objects (SqlConnection, OleDbConnection, OleDbCommand, DataReaders, DataSets, etc...) The best way to display the information is using a DataGrid. DataGrid's are very flexible, and you can completely customize the way data is displayed by manually creating the columns. I've done some pretty cool stuff with DataGrids, but nothing quite like this... But you're in for a good time if you like to dig. Try http://www.asp.net. They have an excellent tutorial section that will show you how to get stuff done lean and dirty. They even have some apps you can download the source to. (They don't teach CodeBehind, so if you want a really robust app, you'll have to jump to other tutorials from there...) I hope this helps...

        A Offline
        A Offline
        amit__8
        wrote on last edited by
        #3

        Hi thanks for showing interest in my problem. i have already some idea about datagrid. i created a pivot table for displaying values horizontaly; but problem is that i am unable to add image onto that.than i tried datalist but there area many problems with datalist;i am unable to solve my heading problem; it not showing column headings properly. if i am using datagrid than i am unable to display image in horizontal for; i can display vertically; but project required horizontally. problem with datalist is that i am unable to display headings properly i hope u will help me once again. waiting for u'r reply.....

        D 1 Reply Last reply
        0
        • A amit__8

          Hi thanks for showing interest in my problem. i have already some idea about datagrid. i created a pivot table for displaying values horizontaly; but problem is that i am unable to add image onto that.than i tried datalist but there area many problems with datalist;i am unable to solve my heading problem; it not showing column headings properly. if i am using datagrid than i am unable to display image in horizontal for; i can display vertically; but project required horizontally. problem with datalist is that i am unable to display headings properly i hope u will help me once again. waiting for u'r reply.....

          D Offline
          D Offline
          deanofharvard
          wrote on last edited by
          #4

          Bro! Drop the pivot table! You don't need to do it! http://aspnet.4guysfromrolla.com/articles/072102-1.aspx[^] That's a link to a tutorial using the "Template Column" in the Datagrid. You can put whatever you want in it! Even images and checkboxes... Very cool, and very versatile. 4guysfromrolla.com have some very good in-depth tutorials on this. That's how I learned what I needed to do for a Testimonials page. There really is no reason to do Response.Writes in a loop. If you need anything else, just post again, and I'll help. Maybe list a detail of exactly the format you're going for, and I can probably post a rough template that you can modify. Hope this helps...

          A 1 Reply Last reply
          0
          • D deanofharvard

            Bro! Drop the pivot table! You don't need to do it! http://aspnet.4guysfromrolla.com/articles/072102-1.aspx[^] That's a link to a tutorial using the "Template Column" in the Datagrid. You can put whatever you want in it! Even images and checkboxes... Very cool, and very versatile. 4guysfromrolla.com have some very good in-depth tutorials on this. That's how I learned what I needed to do for a Testimonials page. There really is no reason to do Response.Writes in a loop. If you need anything else, just post again, and I'll help. Maybe list a detail of exactly the format you're going for, and I can probably post a rough template that you can modify. Hope this helps...

            A Offline
            A Offline
            amit__8
            wrote on last edited by
            #5

            HI i tried that exmaple but same problem happening. my problem is the only column heading. when i will put column names in datalist than it will show column name with each record. how can i elimenate them. is it possible to display column name only once when display data - horizontally in datalist or in datagrid?

            A 1 Reply Last reply
            0
            • A amit__8

              HI i tried that exmaple but same problem happening. my problem is the only column heading. when i will put column names in datalist than it will show column name with each record. how can i elimenate them. is it possible to display column name only once when display data - horizontally in datalist or in datagrid?

              A Offline
              A Offline
              amit__8
              wrote on last edited by
              #6

              Hi i am still waitng. pls reply to me ; my problem is still unsolved. i hope u will help me again. thanks again

              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