Skip to content

rajitha-bandara/bootstrap-modal-user-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bootstrap-modal-user-control

ASP.Net User Control for Twitter Bootstrap Modal

Installation

Include Bootstrap assets
Add user control to your project
Register user control in web.config
Add user control reference in .aspx page
Use it with jQuery or in code behind file.

Example

with jQuery
``` javascript $(document).ready(function () { $("body").on("click", "#Button2", function () { ShowModal("

Hey Dude, I 'm much closer to you

", "Message"); }); }); ```

with C#

string someHTML = "<h1>Much far away than you think...</h1>";
ucModalControl.Show(someHTML, "Message");

About

ASP.Net User Control for Twitter Bootstrap Modal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published