Insert stored procedure and model

Hello,

I have build an insert stored procedure to add data to more than one database tables with special logic.
Now I have build a page with a Step control to have two step "wizard" for entering the data. I know that I can execute the stored procedure in the submit event but I have no model where all the controls are bind to - is it necessary to have a model with all the coumns for the parameters of the INSERT stored procedure?
If yes how to build that model without having a table in the DB?

robert

It is up to you how stored procedure parameters will be entered and supplied, as object/class properties or as individual page properties.

1 Like