Category: Bootstrap
-
Data table with search and sort
Add to header Add to page: Source:
-
asp.net | Open Bootstrap Modal in Repeater with click row v
This is for:[1] Open a popup[2] Pass a value In <asp:Repeater> add the button with CommandName and CommandArgument Code behind HTML code
-
asp.net | Notification
Show notification after Save / Edit / Delete by using Bootstrap Notify Method I: Embed the code directly to the page I use this method to call the notification function after the page is redirected / reloaded 01: Add the function definition on the top page 02: Add the function to the bottom of the…
-
DropDownList with search
In page <header> add the following (Custom for my project) Or add these for default styleNote: jquery.min.js may cause some issues, remove it if not needed. Add the following script in <header> Add the class name to the select / DropDownList element Enjoy the magic done by the amazin guys on select2.
-
asp.net | Use Popup Modal in asp.net
Add this line in your page.aspx code Add your modal (double check its ID) Use this where ever you want to fire the modal Note: if it didn’t work, try to move the following from the bottom of the document to the top
-
asp.net | Dropdown menu closes by itself
unsolved yet I have a dropdown inside form view, it keeps on closes by itself the moment that I click on it! Note: the page is inside masterpage, I used the dropdown in another page that doesn’t parent to a master page and it works just fine. The solution Solved by removing the following guys…