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
james bradbery
NA
19
12.3k
Text box text in http link
Mar 8 2012 5:04 AM
hi there again guys thanks for helping me with other project
i have new issue i hope you can help me with
it is part of same project
ok so i have an app with browser which has a text box and a submit button
the user must enter data into text box then click submit
example it will go to address when submit is pressed http://hellomail.com/?"textfromtextbox"
i dont know how to add the text from the textbox1.text field to the navigate command
thanks again for all your help
webBrowser1.Navigate
"http://www.hellomail.com"+testbox1.text?
,
"_self"
,
null
,
"Mozilla/5.0"
);
Reply
Answers (
5
)
Convert Java code to C#
Clicking a button a website in c#