Am trying to bind a value that comes from DB to a asp:textbox in gridview. but am unable to use bind & parsefloat together. where do i include parsefloat in the below code line
Code:
Text='<%# Bind("Area") %>'
Comment