Open Visual Studio and create a new ASP.NET Web Application
1) Open Default.aspx and drag and drop a Drop Down List on the page and click the ">" smart tag. Select "Choose Data source" and select and enter your relevant information for a SQL Data Source. Right click the control, select properties and give it a friendly ID that you can remember, eg. ddlPartNumber
2) Drag and drop a textbox on the page and right click and select properties. Give it a friendly ID, eg. txtNumberOfLabels
3,4) Drag and drop a gridview onto the web page (first view the data, you can do the report later). Select the smart tag and choose datasource. Select SQL Datasource and select your stored procedures. Wire up the variables to the drop down list and the textbox IDs.
5). Press F5, click yes to enable debugging and test your app.
If you want more detailed video tutorials, head over to
http://www.asp.net/learn/