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. Graph

Graph

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-netgraphics
11 Posts 5 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.
  • H helelark123

    Hello, I am writing web application in ASP.net 2005 I need to create a dynamic graph that contains lines. The user will be able to click on a line and get some info. I did this program in VB.NET 2005, I draw all the lines on a picturebox and I got the info of the line under PictureBox click event. In ASP.NET there is no PictureBox. What is the way that I should use to start the application. (I know that I can draw the lines by using Bitmap object but how can I get the click event?) Thank you for your help

    Shay Noy

    M Offline
    M Offline
    Manas Bhardwaj
    wrote on last edited by
    #2

    shaynoy wrote:

    In ASP.NET there is no PictureBox. What is the way that I should use to start the application

    First, you need to accept the difference between Windows and Web applications. You can not implement in the same way as you did earlier. In ASP.Net, you will do this at server side and then stream it to the client. Btw, why dont you use some chart control?

    Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

    H 1 Reply Last reply
    0
    • H helelark123

      Hello, I am writing web application in ASP.net 2005 I need to create a dynamic graph that contains lines. The user will be able to click on a line and get some info. I did this program in VB.NET 2005, I draw all the lines on a picturebox and I got the info of the line under PictureBox click event. In ASP.NET there is no PictureBox. What is the way that I should use to start the application. (I know that I can draw the lines by using Bitmap object but how can I get the click event?) Thank you for your help

      Shay Noy

      S Offline
      S Offline
      sashidhar
      wrote on last edited by
      #3

      Go For Third Party Controls http://lmgtfy.com/?q=+Chart+Controls+Asp.net+2.0[^]

      MyFirstArticlePublished: MenuControlSelectedItem Why Do Some People Forget To Mark as Answer .If It Helps.

      modified on Tuesday, October 13, 2009 8:18 AM

      M H 2 Replies Last reply
      0
      • S sashidhar

        Go For Third Party Controls http://lmgtfy.com/?q=+Chart+Controls+Asp.net+2.0[^]

        MyFirstArticlePublished: MenuControlSelectedItem Why Do Some People Forget To Mark as Answer .If It Helps.

        modified on Tuesday, October 13, 2009 8:18 AM

        M Offline
        M Offline
        Manas Bhardwaj
        wrote on last edited by
        #4

        He is using VS 2005 i.e. framework 2.0. This charting control requires framework 3.5 SP1 :)

        Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

        S 1 Reply Last reply
        0
        • M Manas Bhardwaj

          shaynoy wrote:

          In ASP.NET there is no PictureBox. What is the way that I should use to start the application

          First, you need to accept the difference between Windows and Web applications. You can not implement in the same way as you did earlier. In ASP.Net, you will do this at server side and then stream it to the client. Btw, why dont you use some chart control?

          Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

          H Offline
          H Offline
          helelark123
          wrote on last edited by
          #5

          Thank you for reply. Do you know which control I can use for this? All Chart controls examples I saw on the web cost money. Perhaps there is a way to draw the lines(this is OK) and to click on them and raise event.

          Shay Noy

          modified on Tuesday, October 13, 2009 8:51 AM

          1 Reply Last reply
          0
          • M Manas Bhardwaj

            He is using VS 2005 i.e. framework 2.0. This charting control requires framework 3.5 SP1 :)

            Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

            S Offline
            S Offline
            sashidhar
            wrote on last edited by
            #6

            Sorry I didnt Check That . Then he Have to go for third party Controls..!:cool::thumbsup:

            MyFirstArticlePublished: MenuControlSelectedItem Why Do Some People Forget To Mark as Answer .If It Helps.

            1 Reply Last reply
            0
            • S sashidhar

              Go For Third Party Controls http://lmgtfy.com/?q=+Chart+Controls+Asp.net+2.0[^]

              MyFirstArticlePublished: MenuControlSelectedItem Why Do Some People Forget To Mark as Answer .If It Helps.

              modified on Tuesday, October 13, 2009 8:18 AM

              H Offline
              H Offline
              helelark123
              wrote on last edited by
              #7

              I need something free, all those examples cost money. Thank you

              Shay Noy

              S A C 3 Replies Last reply
              0
              • H helelark123

                I need something free, all those examples cost money. Thank you

                Shay Noy

                A Offline
                A Offline
                Abhijit Jana
                wrote on last edited by
                #8

                shaynoy wrote:

                I need something free, all those examples cost money.

                As one suggested for .NET Control, you go with that. You can also look with Fusion chart.I guess which having few chart control as free. You can use them also.

                Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET

                S 1 Reply Last reply
                0
                • H helelark123

                  I need something free, all those examples cost money. Thank you

                  Shay Noy

                  S Offline
                  S Offline
                  sashidhar
                  wrote on last edited by
                  #9

                  Then You Have to upgrade to Asp.net 3.5 and then You Have asp.net chart control in asp.net3.5.You Have More Features...!

                  MyFirstArticlePublished: MenuControlSelectedItem Why Do Some People Forget To Mark as Answer .If It Helps.

                  1 Reply Last reply
                  0
                  • A Abhijit Jana

                    shaynoy wrote:

                    I need something free, all those examples cost money.

                    As one suggested for .NET Control, you go with that. You can also look with Fusion chart.I guess which having few chart control as free. You can use them also.

                    Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET

                    S Offline
                    S Offline
                    sashidhar
                    wrote on last edited by
                    #10

                    Wat About the features..!:confused: My Friend..!

                    MyFirstArticlePublished: MenuControlSelectedItem Why Do Some People Forget To Mark as Answer .If It Helps.

                    1 Reply Last reply
                    0
                    • H helelark123

                      I need something free, all those examples cost money. Thank you

                      Shay Noy

                      C Offline
                      C Offline
                      Christian Graus
                      wrote on last edited by
                      #11

                      Why do you need something free ? Is this just a fun project ? If it's a paid project, then surely you should present options for good quality, not just 'the best that is free' ?

                      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

                      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