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
Manuel Joseph
NA
35
126.9k
Asp.net gridview $Sign add column values
Apr 3 2012 7:25 AM
Hi,
I want to add $Sign in my gridView column, I am using below code how to Dataformat string . Where can i apply this code
DataFormatString="{0:C}" HtmlEncode="false" and how to apply this code
<
asp
:
TemplateField
HeaderText
="currentbalance">
<
ItemTemplate
>
<%
#
Eval(
"currentbalance"
) %>
</
ItemTemplate
>
<
EditItemTemplate
>
<
asp
:
TextBox
runat
="server"
CssClass
="txt"
ID
="Editcurrentbalance"
Text
='
<%# Bind("currentbalance") %>
'
/>
</
EditItemTemplate
>
</
asp
:
TemplateField
>
<
asp
:
TemplateField
HeaderText
="minimumbalance">
<
ItemTemplate
>
<%
#
Eval(
"minimumpayment"
)%>
</
ItemTemplate
>
<
EditItemTemplate
>
<
asp
:
TextBox
runat
="server"
CssClass
="txt"
ID
="Editminimumbalance"
Text
='
<%# Bind("minimumpayment") %>
'
/>
</
EditItemTemplate
>
</
asp
:
TemplateField
>
Reply
Answers (
1
)
HIWhat is the difference between asp and asp.net ..... in need important points pls help me
How to create Sub menus for navigation