protected void btnSaveFruits_Click(object sender, EventArgs e)
{ // Code to save data into database
}
I would like to highlight blue color for all buttons when I click on them to popup the modals. I have a trouble to keep color not change when perform data saving using ASP.NET button during post back.
Any solution in JavaScript or jquery code to solve my problem? Thanks in advance.
Member
169 Points
414 Posts
Change color of the buttons to popup bootstrap modal when click on them
Jan 25, 2017 09:27 AM|avt2k7|LINK
Hi all,
I have an ASP.NET web form with UI buttons to popup bootstrap modals as following:
and CSS
I would like to highlight blue color for all buttons when I click on them to popup the modals. I have a trouble to keep color not change when perform data saving using ASP.NET button during post back.
Any solution in JavaScript or jquery code to solve my problem? Thanks in advance.