Hi, i was wondering how to submit a form from the code behind file. If i use an ObjectDataSource and a FormView i can simply do objDocument.Update();. But when i don't have a FormView, simply a button click event i don't know what to do.
I know someone will come back and ask why i want this well here goes. I have a have 3 steps to my form (no wizard control used). After each step i wish to submit back to the server and update the appropriate information. I have used the BulletedListControl to display the steps at the top. I have an event handler for the click event of this control and here i need to submit the form and redirect to the appropriate step.
Appreciate if someone could help. Thanks
I know someone will come back and ask why i want this well here goes. I have a have 3 steps to my form (no wizard control used). After each step i wish to submit back to the server and update the appropriate information. I have used the BulletedListControl to display the steps at the top. I have an event handler for the click event of this control and here i need to submit the form and redirect to the appropriate step.
Appreciate if someone could help. Thanks