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
Administrator
Tech Writer
2.2k
1.5m
Server Control with JavaScript
Apr 1 2003 8:45 AM
Building a server control which shows records and allows to select multiple records using checkboxes, I came to the following problem: The control uses some variables such as "CheckedBackColor", which is needed by the client-side JavaScript. The problem is now: if the page has more than one of those controls there can only be one CheckedBackColor hidden field in the HTML. Is there a way to make sure every instance of the control has it's own hidden fields, unique and useable for the JavaScript? The JavaScript code is located in a seperate .JS-file, but I can change that if necessary. Any input appreciated.
Reply
Answers (
0
)
Aspx pages within aspx pages.
How to communicate between server and application in another computer?