Storing Database Connection String in Web.Config
Today I found, that storing connection strings were little bit changed between .NET 2.0 and .NET 3.5. Here is an example of how to store a database connection string in…
Read moreToday I found, that storing connection strings were little bit changed between .NET 2.0 and .NET 3.5. Here is an example of how to store a database connection string in…
Read moreWhen I started developing web controls which are created by CreateChildControls method i run into problem that this control is surrounded by span tag. This example will product not so…
Read more