Drag and Drop Stored Procedures not working VS 05
Hi,
Can anyone tell me with Visual Studio 2005, if you can visually drag and drop a stored procedure from the Server Explorer onto the Design view in a .aspx page and it declares and creates the necessary code for it.
In VS 2003, you can drag and drop a stored procedure and it creates a sql connection and sql command and puts the code in the .cs page. I know with VS 2005 that you can use sqlDataSource data object, but it doesn't generate any code in the .cs page. I thought it was really nice in VS 2003 that it would generate all the code for you, so you didn't manually have to do it.
I would just like to be able to drag and drop a SP onto the page and have it generate the commands and initalize everything for me like it did in VS 2003. Is this possible?
Thanks in advance,
Jaime
|