D
David Hearn
I have a SQLDataSource control on one of my web forms. The stored procedure
that I am connecting to has two parameters that need to be passed in and one
that is returned. One of the parameters I am able to set at design time
because it is being set through a textbox control. The second parameter is a
combination of values from a dropdownlist and a textbox so I can't set that
at design time. How to I set the second parameter at runtime and how do I
retrieve the value of the parameter that is being passed back? I can't find
any good tutorials on how to use the SQLDataSource control so any example
code would be greatly appreciated.
Thanks in advance!
that I am connecting to has two parameters that need to be passed in and one
that is returned. One of the parameters I am able to set at design time
because it is being set through a textbox control. The second parameter is a
combination of values from a dropdownlist and a textbox so I can't set that
at design time. How to I set the second parameter at runtime and how do I
retrieve the value of the parameter that is being passed back? I can't find
any good tutorials on how to use the SQLDataSource control so any example
code would be greatly appreciated.
Thanks in advance!