I have a list of activity code and full name which is placed in web.config file.
But now they are increased to a large number. So I want to remove that from config file and to create a db and access it with help of configuration application block.
Any ideas would be helpful.
You have to add a App.Config file.
Add the
connectionstringto theconfigurationYour form code goes here
Use
System.Configurationnamespace to get the configurationmanager class.