Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have created dynamic string builder..now i want to fetch checkbox id from this string builder & wanna check these are selected or not.
Posted
Comments
Alexander Dymshyts 26-Nov-13 5:37am    
Good luck
OriginalGriff 26-Nov-13 5:57am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
That makes no sense as a question. We have no idea what you have put in your string builder, or what you want to do with it to fetch a checkbox id...
Use the "Improve question" widget to edit your question and provide better information.
phil.o 26-Nov-13 6:27am    
What do you mean by a dynamic StringBuilder? Please show some code, because as it is your question is far from understandable.
ZurdoDev 26-Nov-13 7:38am    
OK. Where are you stuck? Loop through your checkboxes and compare to the values in string builder.
BillWoodruff 26-Nov-13 17:29pm    
If you are asking how do you parse (read) the content of a StringBuilder, and retrieve values that you use to determine the state of a CheckBox, then we need to know what the format of the content of the StringBuilder ... is.

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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