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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. set position of output

set position of output

Scheduled Pinned Locked Moved ASP.NET
database
6 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
    sweetypaul
    wrote on last edited by
    #1

    is it possible to set the position of an output i want to display the output at a specific position in the page without using contols.ie,using response.write I am fetching product name and the corresponding link from the database i want to display the product name and when click on it i have to go the corresponding page.search button ia also there.the products similar to that we typed will also have to display.that's why i am using response.write.But I don't want to display these at the beginning of the page.if anyone have a solution for this plse send. if we use a div then the controls placed at the top of the page is moving down

    C S 2 Replies Last reply
    0
    • S sweetypaul

      is it possible to set the position of an output i want to display the output at a specific position in the page without using contols.ie,using response.write I am fetching product name and the corresponding link from the database i want to display the product name and when click on it i have to go the corresponding page.search button ia also there.the products similar to that we typed will also have to display.that's why i am using response.write.But I don't want to display these at the beginning of the page.if anyone have a solution for this plse send. if we use a div then the controls placed at the top of the page is moving down

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

      You have asked this queston three times now. Are you hoping for the answers to change ? Why don't you want to use controls ? There is NO way to control where response.write will output. As you've been told several times....

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      S 1 Reply Last reply
      0
      • S sweetypaul

        is it possible to set the position of an output i want to display the output at a specific position in the page without using contols.ie,using response.write I am fetching product name and the corresponding link from the database i want to display the product name and when click on it i have to go the corresponding page.search button ia also there.the products similar to that we typed will also have to display.that's why i am using response.write.But I don't want to display these at the beginning of the page.if anyone have a solution for this plse send. if we use a div then the controls placed at the top of the page is moving down

        S Offline
        S Offline
        Spunky Coder
        wrote on last edited by
        #3

        Response.write writes the text from top of the page...i think u can't set the position of the output using Response.write...Try setting the 'padding' style for and then place your text in the inside a table...

        Koushik

        1 Reply Last reply
        0
        • C Christian Graus

          You have asked this queston three times now. Are you hoping for the answers to change ? Why don't you want to use controls ? There is NO way to control where response.write will output. As you've been told several times....

          Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

          S Offline
          S Offline
          sweetypaul
          wrote on last edited by
          #4

          it is not working

          C 1 Reply Last reply
          0
          • S sweetypaul

            it is not working

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

            What's not working ? Using a literal or something to position the text ? What do you mean by 'not working' ? The right approach here is to say 'here's my code, here's what's going on, how do I make it do this ?'. The wrong approach is to assume because your first attempt to do something the right way didn't work, you need to post daily until someone invents a way to do something that the framework does not support.

            Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

            N 1 Reply Last reply
            0
            • C Christian Graus

              What's not working ? Using a literal or something to position the text ? What do you mean by 'not working' ? The right approach here is to say 'here's my code, here's what's going on, how do I make it do this ?'. The wrong approach is to assume because your first attempt to do something the right way didn't work, you need to post daily until someone invents a way to do something that the framework does not support.

              Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

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

              well said. I too was surprised to see such a question.


              My Website | Ask smart questions

              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