H
Harry
Gurus,
I have a formview that is data-bound to a sql2005 datasource, using
aspnet2.0 and vstudio. The form is in a contentplaceholder. This is inline
code created by configuring the sql datasource. The page has a master page.
The user enters two numbers in the insert mode. Upon insert, I want to use
these numbers to compute a third, and enter the third in the same form
I need to access the numbers entered on the form, perform a calculation, and
place the returned value into that same form. I have fiddled with
parameters, tired entering calculations in the sql insert statement, tried a
method on the partial page, all to no avail. I am considering converting
everything to DAL and BAL tiers, but I am not sure even that is going to
solve the problem.
Not sure what approach to use in order to solve this correctly. Any ideas
would be much appreciated
I have a formview that is data-bound to a sql2005 datasource, using
aspnet2.0 and vstudio. The form is in a contentplaceholder. This is inline
code created by configuring the sql datasource. The page has a master page.
The user enters two numbers in the insert mode. Upon insert, I want to use
these numbers to compute a third, and enter the third in the same form
I need to access the numbers entered on the form, perform a calculation, and
place the returned value into that same form. I have fiddled with
parameters, tired entering calculations in the sql insert statement, tried a
method on the partial page, all to no avail. I am considering converting
everything to DAL and BAL tiers, but I am not sure even that is going to
solve the problem.
Not sure what approach to use in order to solve this correctly. Any ideas
would be much appreciated