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
ruan
NA
6
0
Setting value of html textbox through code
Nov 4 2004 8:14 AM
Hi, I know this is probably a stupid and simple question, but how do I get (or change) the value of an html textbox. With asp text, if I have asp textbox myText I do myText.Text = "whatever". As far as I know, if I have html textbox myBox, I should be able to set the value like this myBox.value = "whatever";or myBox.Value = "whatever"; None of these want to work however. Can anyone help?
Reply
Answers (
0
)
passworrd validation
Codedom and webForms / webApplications