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
mega sarasvari
NA
39
4.6k
read values textbox when I create text box in aspx.cs
Nov 16 2016 12:43 AM
hi guys. I have a problem with my script, I created textbox like :
"tdNilai = new TableCell();
txtNilaiRusak = new TextBox();
txtNilaiRusak.Attributes["id"] = arIdChild[b].ToString();
txtNilaiRusak.CssClass = "form-control create-number";
int dataKomponen = arIdKomponen.Count;"
but when I input values in front values always txtxNilairusak="". wht should I do. please help me soon
Reply
Answers (
7
)
Need Help for MVC ERP Application ?
read values on textbox when I made textbox on aspx.cs