I have a C# asp.net 2010 web page where would like to see how to setup code for the following:
I would like users to enter an organiztion name in a textbox. I would then like to take the organization name that is in the textbox and tie it to a checkboxlist control. The checkbox list control will contain all the suborganizations associated with the main organization. (For your information the cehckbox list control will be used by the users for other selections.)
I am asking for this code since the smart code that I use in the designer is not giving me a selection the textbox control as an option for me to tie the code together.