Quantcast
Channel: Web Forms
Viewing all articles
Browse latest Browse all 23244

Cant get my dropdownlist on indexchange to execute code

$
0
0
protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
        {
            if (!IsPostBack)
            {
                average(DropDownList1.SelectedValue.ToString());
                count(DropDownList1.SelectedValue.ToString());
            }
        }

my dropdownlist wont execute I have tried to autopostback in the webcode but that wont work ither.


Viewing all articles
Browse latest Browse all 23244

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>