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
yogita dhingra
NA
31
0
Problem in Gridview ItemTemplete
Sep 26 2009 2:42 AM
I have gridview in that one template field with texbox is there. my problem is i want to give textbox of text at codebehind is it possible.
for eg.
<asp:TemplateField Visible="false" HeaderText="Address">
<ItemTemplate>
<asp:TextBox ID="txtAddress" runat="server" ReadOnly="true" TextMode="MultiLine"
Text='<%# Eval( "Address") %>'
></asp:TextBox>
</ItemTemplate>
</asp:TemplateField--%>
here i dont want to give any text this i have to give through code behind it is possible.
Reply
Answers (
3
)
Writing test cases in Unit testing!
how to enter only number in datagridview