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. Very Urgent

Very Urgent

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasetutorial
5 Posts 4 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.
  • S Offline
    S Offline
    sweetemmu1
    wrote on last edited by
    #1

    How to create a page with information from the database during runtime. I want the code in asp.net using C#. Please tell where the code has to be written.

    B N C 3 Replies Last reply
    0
    • S sweetemmu1

      How to create a page with information from the database during runtime. I want the code in asp.net using C#. Please tell where the code has to be written.

      B Offline
      B Offline
      badgrs
      wrote on last edited by
      #2

      Do you have Visual Studio? What version of .NET are you using? Have you even tried to figure it out for yourself? What specific problem are you having? Do you know the meaning of the word 'initiative'?

      1 Reply Last reply
      0
      • S sweetemmu1

        How to create a page with information from the database during runtime. I want the code in asp.net using C#. Please tell where the code has to be written.

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        you are expecting too much through forums...atleast do something that starts the process, then post that here. then we can help

        Cheers Navaneeth!! www.w3hearts.com

        1 Reply Last reply
        0
        • S sweetemmu1

          How to create a page with information from the database during runtime. I want the code in asp.net using C#. Please tell where the code has to be written.

          C Offline
          C Offline
          Carmine_XX
          wrote on last edited by
          #4

          Start with learning ADO.Net... So you can read the information by DataSet or DataReader and print in labels on the web page... 1. Prepare the database 2. Open a connection 3. Execute a SqlCommand (or OleDbCommand if you don't use Sql Server) 4. Get the datareader 5. So print the information that you got. Or use the DataSet and DataBindings. Bye, :)

          Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

          C 1 Reply Last reply
          0
          • C Carmine_XX

            Start with learning ADO.Net... So you can read the information by DataSet or DataReader and print in labels on the web page... 1. Prepare the database 2. Open a connection 3. Execute a SqlCommand (or OleDbCommand if you don't use Sql Server) 4. Get the datareader 5. So print the information that you got. Or use the DataSet and DataBindings. Bye, :)

            Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

            C Offline
            C Offline
            Carmine_XX
            wrote on last edited by
            #5

            I forgot, if you intended instead really to create a web page, you only have to use the FileStreams and FTP classes to upload the webpage (or, if the permission of the web-site allows that, you can create directly the page on the web space). Bye,

            Carmine, Webmaster of: www.thetotalsite.it My web blog: blog.thetotalsite.it

            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