In the below code i have a static method inside static method i want to get the dropdown selected value.Pls help me to do this.
[WebMethod]
public static void InsertData()
{
}
<asp:DropDownList ID="divlocation" runat="server" style="width:40%;" EnableViewState="true"/>