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
peter.terstappen
NA
1
0
getting value of client side into server side
Oct 18 2004 6:19 AM
I am writing a webpart and I have the following problem. I have a textbox declared in C# called Days. I am using the HtmlTextWriter to write this textbox to the webpart and i am using a function CheckDays in javascript to check the data on the clientside. output.AddAttribute(HtmlTextWriterAttribute.Name,"Days"); output.AddAttribute("OnChange","CheckDays(this)"); I also have a button declared called Submit. when the button is clicked I use an eventhandler called SubmitButtonClicked SubmitButton.Click += new EventHandler(SubmitButtonClicked); In this event i want to get the value of the textbox Days on the client side. Days.Text does not work, how do I get cle client side value?
Reply
Answers (
1
)
COM + - How is it different from COM ?
Nested datagrids containing checkbox controls