Hi,
i have to change the option in dropdown list using webbrowser control. i was tried with so many ways and i can able change the option using setattribute
i.e.
element.SetAttribute("selected", "selected")
By using the above code, the option has changed but the corresponding ajax call was triggered. pls help me, thanks in advance