How to Connect to Azure SQL Database from ASP.NET
Introduction You can bind your ASP.Net control to data from Azure SQL Database just as you can with SQL Server Database. You need to use SQLDataSource class which is compatible with Azure SQL Database. Note: All Transact-SQL statements are NOT supported in Microsoft Azure SQL Database. STEP 1: Create the TestDB Database 1. Connect […]