It's my first question, I'm sorry for my bad English skill.
I have problem about <select class="form-control selectpicker"</select>
in UpdatePanel, it disappears when I clicked on a button (button's in a UpdatePanel too)
Here's my aspx code
=========================================================================
=========================================================================
=========================================================================
How do I do?
Was having the same problem and this really helped me out. What you have works great, but this also does the same thing for me without having to use the test function and ScriptManager
.
<script>
function pageLoad() {
$('.selectpicker').selectpicker();
}
</script>
where I had CssClass="selectpicker"
attached to the dropdownlist
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With