Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I want it to where a textbox shows up for individual items in a checkbox after hitting a submit button.

What I have tried:

I've tried checkedbox.checked that I can remember but I haven't used visual studio in a long time
Posted
Updated 12-May-20 11:19am
v2

1 solution

You can use the .Visible property like in the examples here:
make a textbox visible after clicking checkbox[^]

Depending on whether you are using Winforms or Webforms the syntax can be slightly different.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900