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
goce micevski
NA
19
0
.NET Handling of controls disabled with javascript
Sep 24 2004 7:03 AM
if i have some serverControl control called text1 and on the client side with javascript i make this
document.all.text1.value = 'somevalue'; document.all.text1.disabled = true; .. and after that if i submit this form on the server side text1.text will be the old one, not the one that i have set - which i need very much :) . same is with dropdown list control . can anyone have idea how to solve this?, in text control i can with javascript set some attribute with a value andd than on server side read that attribute, but with drop down list does'nt work Does anyone have some idea how to do this with the dropdown control Thans in advance
Reply
Answers (
0
)
Session problems
saving View state