Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
C# combobox web link in visual studio 2015
Shovan Saha
7y
246
1
Reply
I am new in C#. That is why I need a sample couple of codes or example that I can apply this:
if
(comboBox1.Text ==
"c-sharpcorner"
)
System.Diagnostics.Process.Start(
"http://www.c-sharpcorner.com"
);
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
insert values into table using dataset and dropdownlist
how to show and hide a label based on string value in rdlc