Mega Code Archive
Categories
/
ASP.Net
/
Development
Define database connection string in web config
<%@ Import namespace="System.Data" %> <%@ Import namespace="System.Data.SqlClient" %>
First Example: Listing data from the Employees table
<%--
--%>