var eSection = document.getElementById("<%=tx_ddlType.ClientID%>");
var eSectionValue = eSection.options[eSection.selectedIndex].value;
alert(eSectionValue);
var eSection = document.getElementById("<%=tx_ddlType.ClientID%>");
var eSectionValue = eSection.options[eSection.selectedIndex].value;
alert(eSectionValue);