srinivas vempa

srinivas vempa

  • NA
  • 7
  • 19.3k

get value of templatefield in gridview

Dec 21 2010 6:39 AM
how to get value from eval itemtemplat ? have a look on below my code

 <asp:TemplateField HeaderText="Estimated Cost">
                            <ItemTemplate>
                                <%# Eval("EstimatedCost")%>
                            </ItemTemplate>
                        </asp:TemplateField>
i want to get EstimatedCost to one string

Answers (2)