Mega Code Archive
Categories
/
ASP.Net
/
ADO Database
Renaming Parameters passed to a Stored Procedure by handling the SqlDataSource Events
<%@ Page Language="C#" AutoEventWireup="true"%>
Renaming Parameters passed to a Stored Procedure by handling the SqlDataSource Events
" SelectCommand= "SELECT DepartmentID, Name, GroupName, ModifiedDate from HumanResources.Department" UpdateCommand="UpdateDepartment" UpdateCommandType="StoredProcedure" OnUpdating="deptSource_Updating" >