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
U

User 3639534

@User 3639534
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Multiple check Boxes Events and Text Boxes Enabling
    U User 3639534

    Hello I have 3 Check Boxes on my ASP.NET Page. and i Have 3 Text Boxes for these Check Boxes. Task.. i want to activate the Text Boxes when each respective Check Box is click. I am able to do it.. but the issue is.. when i Check the second Check Box the Pervious Text Box gets disabled, even though the previous CheckBox is Selected. Same is happening for the third one. When the Third CheckBox i select both the previous TextBoxes gets disabled eventhough the checkboxes are checked. How i can make them work togethor. Like if the user checks the first checkbox write some thing on the text box and then checks the second check box writes some thing on its text box, at this point checkBox (one) TextBox should stay enabled. Thanks Help will be appreciated. sample code .. same code is for all the check boxes.. i think since the autopost back is true when i check the second checkbox page reloads and textbox1 (for CheckBox1) gets disabled.. how to stop it ? I am using AutoPost Back true CheckBox Checked Event (...) { if(CheckBox1.Checked) { textbox1.enabled=true; }

    ASP.NET help csharp asp-net tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups