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
Chriz L
NA
220
50.9k
How to add Validator on Gridview TemplateField
Oct 6 2015 7:18 AM
Hello,
I have this templatefield in a gridview
<asp:TemplateField HeaderText="HeaderText">
<EditItemTemplate>
<asp:TextBox ID="textbox1" runat="server"
Text='<%# Bind("Field1") %>'></asp:TextBox>
</EditItemTemplate>
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("Field1") %>'></asp:Label>
</ItemTemplate>
<ItemStyle Width="100px" />
</asp:TemplateField>
how can I add a validator to check if it's valid number?
Thank you in advance.
Reply
Answers (
9
)
How can we deploy finger print reader to C# web application?
ASP.net in VC# version Microsoft Visual Studio 2012