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
Subin Thomas
NA
4.9k
124.7k
Javascript getelementby tagname problem!
Oct 3 2019 5:47 AM
im doing a clientside gridview calculation
in javascripti have used
var gv = document.getElementById(
"<%= GridView1.ClientID %>"
);
var tb = gv.getElementsByTagName(
"input"
);
var lb = gv.getElementsByTagName(
"span"
);
and in the gridview i have a textbox, the calculation goes perfect but when i add select all checkbox the calculation comes right but total gets populated in alternate column.
when i remove the select all checkboxs it words fine but if i add the checkbox the total gets populated in alternate column.
Reply
Answers (
1
)
i want to calculate the values on gridview itself on keyup
Angular Firebase hosting