I am trying to implement a call to a stored procedure. This proc is used to insert a new project record. The values for the proc parameters come from a page that has a FormView. In the FormView is a table that has a combination of RadTextBoxes and RadComboBoxes that are supposed to supply the parameters to the proc. I know the stored proc works because I can execute it manually from SMS. But I can't get it to execute from the FormView page, mainly because I don't know how to "execute" the stored proc. Before anyone asks using a Grid is not an option! I'd be doing something else if I could use a grid but I can't.
Any help would be greatly appreciated!
Joe B