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. repeater control

repeater control

Scheduled Pinned Locked Moved ASP.NET
databasehelpquestion
5 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
    test 09
    wrote on last edited by
    #1

    hi Im having 2 repeater controls each of 3 text boxes created dynamiaclly... and a button to submit values of text boxs in both repeaters to db. keeping the 1st textbox value empty and if other two textboxs are filled and submitted it should show some error message.. this is same for both repeaters how can i do that....

    M 1 Reply Last reply
    0
    • T test 09

      hi Im having 2 repeater controls each of 3 text boxes created dynamiaclly... and a button to submit values of text boxs in both repeaters to db. keeping the 1st textbox value empty and if other two textboxs are filled and submitted it should show some error message.. this is same for both repeaters how can i do that....

      M Offline
      M Offline
      MyDevBank
      wrote on last edited by
      #2

      textbox1 | textbox2 | textbox3 | button in a simple flow: when button click ( valid = true validate textbox1 validate textbox2 validate textbox3 if(valid) insert else message("one of ......") } MyDevBank.com

      T 1 Reply Last reply
      0
      • M MyDevBank

        textbox1 | textbox2 | textbox3 | button in a simple flow: when button click ( valid = true validate textbox1 validate textbox2 validate textbox3 if(valid) insert else message("one of ......") } MyDevBank.com

        T Offline
        T Offline
        test 09
        wrote on last edited by
        #3

        MyDevBank wrote:

        in a simple flow:

        ??? Both the repeater values to be inserted in single button click and it should be checked for each row of 2 repeaters this is my requirement.... this will not work by your explanation...

        M 1 Reply Last reply
        0
        • T test 09

          MyDevBank wrote:

          in a simple flow:

          ??? Both the repeater values to be inserted in single button click and it should be checked for each row of 2 repeaters this is my requirement.... this will not work by your explanation...

          M Offline
          M Offline
          MyDevBank
          wrote on last edited by
          #4

          so i didnt got the right view of the UI you are describing can you describe it better ? MyDevBank.com

          T 1 Reply Last reply
          0
          • M MyDevBank

            so i didnt got the right view of the UI you are describing can you describe it better ? MyDevBank.com

            T Offline
            T Offline
            test 09
            wrote on last edited by
            #5

            2 repeaters in page each repeater with 3 textboxs created dynamically and link button(Add more) to add inside repeater to add textboxs dynamically at the end of page submit button to insert the values to db. suppose i click on addmore button to add three rows of textboxs and values enterd into it and finally when i click on submit button then it should check the condition for each of rows in repeater if its is true then page redirected to other else error message should display... this is same for both repeaters...

            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