Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Open popup Form using bootstrap modal on button click in asp net c#

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<button data-target="#loginmodal" data-toggle="modal">Logins</button>
<div>
<div>
<div>
<div data-keyboard="false" data-backdrop="static" id="loginmodal" tabindex="-1">
<div>
<div>
<div>
<h4>Loin</h4>
<button data-dismiss="modal">&times;</button>
</div>
<div>
<form>
<div>
<label for="inputUserName">User Name</label>
<input type="text" placeholder="User Name" id="inputUserName" />
</div>
<div>
<label for="inputPassword">Password</label>
<input type="password" placeholder="Password" id="inputPassword" />
</div>
</form>
</div>
<div>
<button>Login</button>
<button data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js" integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous"></script>Copy
Comment

PREVIOUS NEXT
Code Example
Html :: table label html 
Html :: simple table in bootstrap 
Html :: tailwind box with text 
Html :: what is tr tag used for 
Html :: include javascript in html 
Html :: input text before element 
Html :: HTML tags - what are tags ? 
Html :: aside html 
Html :: html p 
Html :: simple form for add id to input 
Html :: html table colgroup 
Html :: change the font-size on a label html 
Html :: <code html tag 
Html :: double range slider html 
Html :: html <sub 
Html :: how to use h1 tag 
Html :: how to use body tag html 
Html :: To use <s:select tag inside a <td for a proper dropdown use theme="simple" 
Html :: drivers booster 9 Pro key 
Html :: how to create a text that will redirect to anothe page in new tab 
Html :: image in html 
Html :: django html 3.2.4 background image not working 
Html :: am pm after the time in html 
Html :: tailwind tag input 
Html :: Rendering text in italics in HTML 
Html :: what is class attribute in form 
Html :: remove blank rows in html vs code 
Html :: make a live photo uploading website html 
Html :: <a href="https://api.whatsapp.com/send?phone=15551234567"Send Message</a  
Html :: default button width in column flex direction bootstrap 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =