Select a particular row in gridview .. brings up a formview to display detail for that selected row.
Instead of using the default INSERT and UPDATE links .. I have a funtion that needs the values in the formview textboxes .. to pass to a stored procedure which runs in a transaction.
1. How do I grab the values from the formview textboxes?
2. Which formview events do I code manually for the INSERT and UPDATE links
Instead of using the default INSERT and UPDATE links .. I have a funtion that needs the values in the formview textboxes .. to pass to a stored procedure which runs in a transaction.
1. How do I grab the values from the formview textboxes?
2. Which formview events do I code manually for the INSERT and UPDATE links