Tag: web.config
Reference to user control in web.config
I’ve seen that most of people put their user control declaration in individual aspx page, and they declare it on the top of that page. What will happen if you are going to use it on multiple number of pages and i believe most of you would like to have a kind of tag that [...]
Posted: September 1st, 2008 under ASP.NET, VB.NET.
Tags: ASP.NET, web.config
Comments: none
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