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. General Programming
  3. C#
  4. how to design page navigation window form using back and next button

how to design page navigation window form using back and next button

Scheduled Pinned Locked Moved C#
designhelptutorial
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.
  • N Offline
    N Offline
    nisha 2n
    wrote on last edited by
    #1

    hi to all..... plz help me in....how to design page navigation window form using back and next button......for exmple...if we take a window like install wizard window..in that v use a button name as next.. if we clik that next ..the next page ill be open ...like ....sooo can u any one send me that source code... @nu Gunturi

    C J L 3 Replies Last reply
    0
    • N nisha 2n

      hi to all..... plz help me in....how to design page navigation window form using back and next button......for exmple...if we take a window like install wizard window..in that v use a button name as next.. if we clik that next ..the next page ill be open ...like ....sooo can u any one send me that source code... @nu Gunturi

      C Offline
      C Offline
      Calla
      wrote on last edited by
      #2

      Don't ask for source code. Present your problem and how you've tried to solve it and include any error messages / exceptions etc. To answer your question: if you want to create something like a WinForm wizard, open the "next step" form when clicking the "Next" button and close the old form (or hide it if the user wants to go back). Pass on any paramteters you might be needing.

      1 Reply Last reply
      0
      • N nisha 2n

        hi to all..... plz help me in....how to design page navigation window form using back and next button......for exmple...if we take a window like install wizard window..in that v use a button name as next.. if we clik that next ..the next page ill be open ...like ....sooo can u any one send me that source code... @nu Gunturi

        J Offline
        J Offline
        Jacobb Michael
        wrote on last edited by
        #3

        Hi if it is in web application. You have properties in the Datagridview itself.Just google it, you will find the answers, But my concern on paging is based on the performance, i am not interested on bringing 100000 records to the client side just to show 10 records in the gridview. so i am manipulating and doing paging in the database itself( SQL SERVER 2005),i have checked this performance. it is 7 times faster than the ordinary paging comes along the gridview. Try it.I have done a user control for paging and filtering works fine. thanks.

        N 1 Reply Last reply
        0
        • J Jacobb Michael

          Hi if it is in web application. You have properties in the Datagridview itself.Just google it, you will find the answers, But my concern on paging is based on the performance, i am not interested on bringing 100000 records to the client side just to show 10 records in the gridview. so i am manipulating and doing paging in the database itself( SQL SERVER 2005),i have checked this performance. it is 7 times faster than the ordinary paging comes along the gridview. Try it.I have done a user control for paging and filtering works fine. thanks.

          N Offline
          N Offline
          nisha 2n
          wrote on last edited by
          #4

          hai im asking in windows application........

          J 1 Reply Last reply
          0
          • N nisha 2n

            hi to all..... plz help me in....how to design page navigation window form using back and next button......for exmple...if we take a window like install wizard window..in that v use a button name as next.. if we clik that next ..the next page ill be open ...like ....sooo can u any one send me that source code... @nu Gunturi

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            search it in codeproject -> "wizard". There are lots of articles about that.

            1 Reply Last reply
            0
            • N nisha 2n

              hai im asking in windows application........

              J Offline
              J Offline
              Jacobb Michael
              wrote on last edited by
              #6

              Hi even if it is in windows application and if you use client server application, and if you bother about the performance you can follow what i suggested above. thanks

              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