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
Oliwer Svensson
NA
2
20.5k
Button/textbox controlls text strings question.
Jan 9 2011 2:29 PM
Hello!
Im asking if there is anyway to have two text boxes and a button that tells a script to change its value or text string?
for example,
I have a C# coded SMTP-Mail, and i have 3 buttons for each smtp ports to choose between, when u click one of them a login form appears with labels ( Email, Password ), 2 TextBoxes and 2 buttons..
Is there anyway to change this
fields
Client.Credentials = new NetworkCredential("
Email/Username
", "
Password
");
with this login form and a button click?
I've looked everywhere but can't seem to find anything
all suggestions is welcome! :)
Reply
Answers (
1
)
Progress Bar
Is this possible in c# ?