8
Answers

Checkboxlist value retrieve

Photo of Angel Princess

Angel Princess

11y
842
1
How to Retrieve  checkbox list values from database to textboxes in c#
The value in database is saved with comma like abc,def,ghi..
and I want to retrieve value in checkboxlist
1.Check_abc
2.check_def
3.check_ghi.

The program is in windows application form
Thanks

Answers (8)

0
Photo of Ashutosh Chaturvedi
NA 86 12.2k 12y
HI,
 
As I got your question , if you want to develope  single application in 4 different languages then
you can go through MVC pattern in view -->shared--->layout.cshtml file u can give 4 different tabs of different languages and can write code in model which will display result in view..

Hope It will help u out.