L
Larry Bud
Is this possible:
I have a drop down with a variety of exchange rates (1, .85, .094783,
etc)
I have a formview which retrieves a row of data with dollar figures.
Can I change the databinding to multiply the value (using EVAL) with
the exchange rate?
On the page load, I'm settings a public variable of type double to the
value of the drop down. This works.
But the
Eval("fzn_matl") * exchange_rate
while it doesn't throw an error, it just seems like it's ignoring the
*exchange_rate portion
I have a drop down with a variety of exchange rates (1, .85, .094783,
etc)
I have a formview which retrieves a row of data with dollar figures.
Can I change the databinding to multiply the value (using EVAL) with
the exchange rate?
On the page load, I'm settings a public variable of type double to the
value of the drop down. This works.
But the
Eval("fzn_matl") * exchange_rate
while it doesn't throw an error, it just seems like it's ignoring the
*exchange_rate portion