1
Answer

I have taken checkboxlist and bind the checkboxlist in to “skilltype” table in database

rama krishna

rama krishna

12y
1.3k
1
Hi all, I have requirement like . I have taken  checkboxlist  and bind the checkboxlist in  to "skilltype" table in database. In application I will show multiple checkboxlist with multiple skill names. The user select t they have skills , user select multiple check box lists. 'skillID' is the primary key of "skilltype" table and ,the primary key is foreign key of the  "memberskill" table . I want to save user selected multiple checkboxlist 'skillID's' in the "memberskill" table. Please tell me any one. Thanks. Regards.
Answers (1)
0
red man

red man

NA 14 0 18y
Thanks a lot
0
Ganesh

Ganesh

NA 14 0 18y

1. Verify the namespace in Settings.cs. Say for example, if it is MyProject.Utilities, import this namespace where you are using. For example, if you are trying to get connectionstring in DataAccess.cs, then use "using MyProject.Utilities" in the top

2. You can get the connectionstring by the following code
Settings.Default. <name of your key>

note: you don't have to say Properties.Settings.Default

does this help? I had the same problem before but once I resolved namespaces conflict, everything started working. good luck

Next Recommended Forum