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. If they are More controls on webpage, How to manage?

If they are More controls on webpage, How to manage?

Scheduled Pinned Locked Moved ASP.NET
questionsysadmintutorialcareer
4 Posts 3 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
    Satish Developer
    wrote on last edited by
    #1

    HI, Recently i faced this question in one of the interview. i need solution for this. Question is :--- If you have webpage and have a requirement to add more than 200 controls like labels, textboxes, dropdownlists etc.....How you manage this page. Webpage containing more than 200 controls means its processing to server everytime page requests. How you manage this page?

    G. Satish

    S M 2 Replies Last reply
    0
    • S Satish Developer

      HI, Recently i faced this question in one of the interview. i need solution for this. Question is :--- If you have webpage and have a requirement to add more than 200 controls like labels, textboxes, dropdownlists etc.....How you manage this page. Webpage containing more than 200 controls means its processing to server everytime page requests. How you manage this page?

      G. Satish

      S Offline
      S Offline
      sulabh2020
      wrote on last edited by
      #2

      Instead of server controls i preferd to use HTML controls, becoz it does not required parsing of ASp.net control tags to HTML tags which saves lot of processing n time.

      Hello Forum Always be in touch to help about the topic ASP.NET

      M 1 Reply Last reply
      0
      • S Satish Developer

        HI, Recently i faced this question in one of the interview. i need solution for this. Question is :--- If you have webpage and have a requirement to add more than 200 controls like labels, textboxes, dropdownlists etc.....How you manage this page. Webpage containing more than 200 controls means its processing to server everytime page requests. How you manage this page?

        G. Satish

        M Offline
        M Offline
        Michael Sync
        wrote on last edited by
        #3

        Satish wrote:

        How you manage this page.

        Don't you ask what he/she meant by "How you manage this page"?

        Satish wrote:

        Webpage containing more than 200 controls means its processing to server everytime page requests

        It's very strange. How come "Webpage containing more than 200 controls" means "its processing to server everytime page requests"? No matter how many controls you have in a particular page. If you don't submit anything then there won't be any postback..

        Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

        1 Reply Last reply
        0
        • S sulabh2020

          Instead of server controls i preferd to use HTML controls, becoz it does not required parsing of ASp.net control tags to HTML tags which saves lot of processing n time.

          Hello Forum Always be in touch to help about the topic ASP.NET

          M Offline
          M Offline
          Michael Sync
          wrote on last edited by
          #4

          sulabh2020 wrote:

          becoz it does not required parsing of ASp.net control tags to HTML tags which saves lot of processing n time.

          So, you are going to write the code in Javascript?

          Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

          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