<%# Eval("EstimatedCost")%>
i want to get EstimatedCost to one string
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Dec 22, 2010, 6:09 AM
Madhu KPosted Dec 21, 2010, 7:02 AM
string EstimatedCost = DataBinder.Eval(e.Row.DataItem, "EstimatedCost").ToString();