E' possibile effettuare la moltiplicazione tra due campi presenti nel
datagrid, agendo direttamente sulla pagina html e non da codebehind?

<asp:TextBox ID="qt" runat="server" Text='<%#
String.Format("{0:.00}",DataBinder.Eval(Container. DataItem, "qt")) %>' />

<asp:TextBox ID="val" runat="server" Text='<%#
String.Format("{0:.00}",DataBinder.Eval(Container. DataItem, "val")) %>' />

vorrei creare un nuovo textbox che contenga quantità * valore

grazie