List/Grid Tag Archives: custom object in web.config
How To Store Custom Objects In web.config In ASP.NET
In this Article, I am going to discuss about how can we store custom objects i.e our own variables in web.config. Generally we used to have some data in appSettings section of web.config and read it when required in web forms. But actually we can not only read that data i code behind files for our web forms but we can update the data as well in web.config programmatically. There…