celestedicillo
New member
- Joined
- Sep 27, 2006
- Messages
- 2
- Programming Experience
- Beginner
I am really new at this VB.net, so I'd appredicate some help. I'm trying to pass a parameter to a table adapter select command which is command type stored procedure (SQL server 2000). My stored procedure takes one parameter. But when I click on the parameters collection ellipses in the properties viewer, I find no way to set the input parameter to the selected value of another control on the form. So do I have to write some code for this? If I do, I haven't been able to figure out how to access the parameters collection for the table adapter. Can someone help me or point me in the right direction.