Tag: TableAdapter
Override connection string in TableAdapter with web.config
I found this tip is very useful for me in my day to day coding. Sometimes you create a table adapter in dataset in Data layer project, everything works fine but you will start wondering how to make it configurable or how to use the connection string in my web project which is in web.config. [...]
Posted: August 29th, 2008 under .NET, ASP.NET, C#.
Tags: ASP.NET, TableAdapter, web.config
Comments: 1