Subin Thomas

Subin Thomas

  • NA
  • 4.9k
  • 117.5k

bootstrap button not working !

Aug 23 2019 12:13 AM
i have used only bootstrap classes in the asp textbox and dropdown controler controler and also the button. when i used requiredfieldvalidater and when i executed the page the button is not working as before it was.
 
what could be the reason ?
 
 
links i have used are 
 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css"/>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" type="text/javascript"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js" type="text/javascript"></script>
 
  1. <asp:Button class="btn btn-primary" ID="btnSearch" runat="server" Text="Search" onclick="btnSearch_Click"   
  2.                /> 
 
 

Answers (7)