C
Christine
Hi,
I am creating a datalist and have the following lines of code:
<tr><td>'<%#DataBinder.Eval(Container.DataItem, "PBBLS")%>'</td></tr>
<tr><td>'<%#DataBinder.Eval(Container.DataItem, "SBBLS")%>'</td></tr>
I need to round PBBLS and SBBLS up to 2 decimal places. There are
currently 4. I am getting these values from an OleDb Connection inside
of a table.
Any help would be appreciated. Thanks!
I am creating a datalist and have the following lines of code:
<tr><td>'<%#DataBinder.Eval(Container.DataItem, "PBBLS")%>'</td></tr>
<tr><td>'<%#DataBinder.Eval(Container.DataItem, "SBBLS")%>'</td></tr>
I need to round PBBLS and SBBLS up to 2 decimal places. There are
currently 4. I am getting these values from an OleDb Connection inside
of a table.
Any help would be appreciated. Thanks!