2
Answers

get value of templatefield in gridview

Photo of srinivas vempa

srinivas vempa

14y
9.3k
1
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)