N
Nick
I've got a page with a bunch of textboxes that are populated from a db.
When I click a button it's supposed to read the values of the textboxes and
run a stored procedure - but it isn't quite working.
The button runs the sp, but doesn't use the current text in the textbox - it
uses the text that was loaded when the box was populated, and then ignores
the edited text. I think the form must be reloading the db content before
the button code runs - but where should I look?
Thanks
When I click a button it's supposed to read the values of the textboxes and
run a stored procedure - but it isn't quite working.
The button runs the sp, but doesn't use the current text in the textbox - it
uses the text that was loaded when the box was populated, and then ignores
the edited text. I think the form must be reloading the db content before
the button code runs - but where should I look?
Thanks