In VB6 you could setup a Command object to a stored procedure (SQL Server 2000) and then set the active connection of the command and the parameters would automatically populate to the command object. It doesn't seem to behave this way with VB.NET. Does anyone have any information on this?