I have a project that has a Form 1 that users enter 3 fields. Next they click a button that loads a Form 2. Form 2 has a stored procedure that needs to loads fields into a DetailsView based on a select statement using the 3 fields entered in Form 1. Can
I pass the 3 fields selected in Form 1 directly into the Stored Procedure in Form 2? I'm new at this and not sure what to do or how to do it. All comment appreciated!
Go to the complete details ...