Asp.net DropDownList isPostBack is alwasy false
问题 I'm new to ASP and I've come across a problem that I've been at all day! im using a and my postback is constantly returning false, thus my selectedIndexChanged method never gets a chance to run! Here is my code: <table border="1"> <tr> <th> Build version: </th> <th> <%-- Html.DropDownList("Builds", null, new {@onchange = "onChange(this.value);" }) --%> <%-- Html.DropDownList("BuildID", (SelectList) ViewBag.Builds, "--Select One--") --%> <%-- Html.DropDownList("BuildDD", (IEnumerable