This sample provides a way to avoid full postback of the page, just updating the grid that contains the data. The first step is create the stored procedure, for that I will use CTE (Common Table Expressions), which is a new feature of SQL Server 2005...