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
Chandra Sekhar K
NA
142
204.5k
Using Eval() - To take server side value in client side
Nov 25 2010 5:36 AM
Using Eval() how to take server side value in client side
In server side:
in page load, string a="aaaaa";
In client side:
<asp:TextBox ID="txt" runat="server" Text='<%# Eval("a") %>'>
</asp:TextBox>
the textbox is not displaying the values.
How to Proceed?
Reply
Answers (
3
)
overriding the same method without code duplication
ListView press enter key