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. Adding controls (textbox, listbox, etc.) in an active page...

Adding controls (textbox, listbox, etc.) in an active page...

Scheduled Pinned Locked Moved ASP.NET
businesshelptutorialworkspace
3 Posts 2 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.
  • T Offline
    T Offline
    The_Collector
    wrote on last edited by
    #1

    I developed my applications on desktop before, but the softwares slowly evolve into a web based application. I want to rewrite my accounting system from desktop based to web based. i started to develop some easy areas of the application but i'm still thinking how to do the multiple entry type mode. my requirments: i to want create additional controls (textbox, listbox, etc.) in an active webpage(debit_credit_entry.aspx) without leting the page do the postback ... in short, a page is a multiple entry type. each control has its own   validation, the columns are fix but rows are unlimited. the user is allowed to add rows depending on his requirements. i dont have any idea how to start do it in a web page environment. thank you in advance.

    xxx

    N 1 Reply Last reply
    0
    • T The_Collector

      I developed my applications on desktop before, but the softwares slowly evolve into a web based application. I want to rewrite my accounting system from desktop based to web based. i started to develop some easy areas of the application but i'm still thinking how to do the multiple entry type mode. my requirments: i to want create additional controls (textbox, listbox, etc.) in an active webpage(debit_credit_entry.aspx) without leting the page do the postback ... in short, a page is a multiple entry type. each control has its own   validation, the columns are fix but rows are unlimited. the user is allowed to add rows depending on his requirements. i dont have any idea how to start do it in a web page environment. thank you in advance.

      xxx

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

      The_Collector wrote:

      without leting the page do the postback ...

      AJAX is the way to go. You can use templated controls like GridView for data entry. ASP.NET has AJAX extensions which can make the AJAX implementation pretty easy. Using GridView inside a UpdatePanel should do the trick. For more information on AJAX extensions, I suggest this[^] :)

      Navaneeth How to use google | Ask smart questions

      T 1 Reply Last reply
      0
      • N N a v a n e e t h

        The_Collector wrote:

        without leting the page do the postback ...

        AJAX is the way to go. You can use templated controls like GridView for data entry. ASP.NET has AJAX extensions which can make the AJAX implementation pretty easy. Using GridView inside a UpdatePanel should do the trick. For more information on AJAX extensions, I suggest this[^] :)

        Navaneeth How to use google | Ask smart questions

        T Offline
        T Offline
        The_Collector
        wrote on last edited by
        #3

        thank you for the suggestion... it seems u get what i mean. honestly, i don't have so much time reading those e-books and samples... i don't want to be spoonfeed but this time i want to have a specific sample on those controls(gridview, updatepanel...) and how to handle it. by that, i can make me jump start going to dig more deeper. hope this will not offend anybody... peace   :)

        xxx

        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