LixtBox in a Web Application
I wrote an application which is using a ListBox. User selects an item in the ListBox, then clicks on a button and my program starts.
My question - is is possible to force the browser to go to a server after user clicks on a ListBox?
Thanks,
Zalek Bloom
Answers (1)
0
listbox1.Attributes.Add("onclick", "window.open('http://www.yahoo.com')");