Hi,

As i can understand that you are trying to display a text, so Change 
this line of code 

<AlternatingItemTemplate>
            <%
                                Dim p_requirment as double
                                p_requirment.text = ceiling(amps /
((DataBinder.Eval(Container.DataItem, "nom_cell_cap") *
DataBinder.Eval(Container.DataItem, "battery_c_rating"))/1000))
                        %>
to the following
<tr>
<td>
<asp:Label Runat=server Text='<%FunctionToCall(DataBinder.Eval
(Container.DataItem, "nom_cell_cap"),DataBinder.Eval
(Container.DataItem, "battery_c_rating"))%>'>
</asp:Label>
</td>
</tr>

and in the codeBehind wirte a public function with the exactName 
which accepts two paramter and return a string 
HTH 
Best Regards
Mohamed Zahra



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to