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
srinath
NA
144
0
unable to retain a value of a textbox which is in a gridview
Dec 15 2010 4:13 AM
Hi,
I am having a gridview with dropdownlist and textbox controls.
I am generating a value in the textbox2 depending on the textbox1 value using the javascript in every row of gridview. In onblur() function of textbox2, I am disabling the textbox2.
Before textboxes, I am having dropdownlist's in every row of gridview. when I disable the textbox2 in the first row and select the value of dropdownlist in the second row, the value of textbox2 in first row is not visible.
I tried by using the viewstate but I am unable to retain the value.
I searched in google but I could get the appropriate solution
Please help me.....
Reply
Answers (
4
)
Purpose of aspx.Designer.cs Page
Transfer Value from .aspx.cs to .aspx