Tag: Bootstrap
-
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…
-
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
-
aspn.net | How I used the wizard with asp.net
First of all I’m using Material Dashboard Pro from Creative Tim. They have a great wizard page I’m using it’s full function such as fields validations and steps. However, the first challenge I have faced that the wizard was based on java script and jQuery, and my application is under ASP.net involvement.Luckily the validation working…