TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
srinivas vempa
NA
9
22.8k
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
Reply
Answers (
2
)
CultureInfo.DateTimeFormat.FirstDayOfWeek not changing results for CultureInfo.Calendar.GetDayOfWeek(DateTime);
How to bind data to DataGrid in sliverlight 4.0?