Mega Code Archive
Categories
/
ASP.Net
/
ADO Database
Programmatically adding a SqlDataSource control to the Page
<%@ Page Language="C#" %> <%@ Import Namespace="System.Web.Configuration" %>
Programmatically adding a SqlDataSource control to the Page
" SelectCommand="GetProductSubCategories" SelectCommandType="StoredProcedure">
Categories: