hi
i have a web page that contains three dropdowns and a button. i want to create a desktop application using c sharp that contains the same dropdowns and button. user select from drop downs and click on button and the selected items automatically be selected in the web page. can somebody tells me how is it possible?
Loading
karthik vPosted Jan 10, 2012, 2:19 PM
For the List of dropdown values to populate you can use a datasource .As you need the selected values from the dropdown lists what you could possibly do is saving it as an xml and then setting the values in the other form the using the xml .