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
Merajuddin Ansari
NA
90
14.6k
Dynamically created textboxes not updating
Feb 21 2016 5:17 AM
Hi,
i have asp.net web application in which i used to generate list of text boxes depend on count in table dynamically.however whenever I load the details I am getting the same output in the TextBox every time.
please help.
after generating all controls(TextBox,dropdownlist etc) i am doing this below
TextBox txtRes1 = (TextBox)PlaceHolder1.FindControl("id1");
txtRes1.Text= concat(value1, valu2);
public int concat(strin v1, string v2)
{
return v1+v2;
}
Reply
Answers (
11
)
Getting an Error while adding a strongly typed view
password is showing in view source of browser in asp.net 4.0