urko
04-28-2009, 05:01 PM
Hi.
Not sure how to explain this.
I have created a datalist to show some data from the ms access db.
what i would like is that this certain data
<asp:Label ID="weightLabel" runat="server" Text='<%#("weight11")%>'/>
is multiply by lets say 10 and that would be the result shown on aspx. page.
is it possible that some1 shows me how to do it in code behind (C#)
i know how to do it in classic asp, but i dont know how to do it in .net.
thanks
Not sure how to explain this.
I have created a datalist to show some data from the ms access db.
what i would like is that this certain data
<asp:Label ID="weightLabel" runat="server" Text='<%#("weight11")%>'/>
is multiply by lets say 10 and that would be the result shown on aspx. page.
is it possible that some1 shows me how to do it in code behind (C#)
i know how to do it in classic asp, but i dont know how to do it in .net.
thanks