Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
2 answers
6k views

How to prevent a modal popup windows from submitting the form in-case it have validation errors

I am working on an asp.net mvc5 web application, and i am implementing CRUD operations using Bootstrap & WebGrid. now my Create action methods looks as follow:- [HttpGet] public ...
John John's user avatar
0 votes
2 answers
2k views

Modal data does not refresh (ASP.NET MVC VS2013/BootStrap3)

I am been searching for an answer to this problem for a while without any luck. I have come across multiple solutions, but they do not seem to work in my case, and I can not figure out why that is. ...
user3461645's user avatar
1 vote
2 answers
5k views

Display Image from DB in Modal Bootstrap Window

I'm using ASP.net MVC5 with Bootstrap 3 I have the following View @model WilhanWebsite.Models.PhotoViewModel @{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; } <h2>...
Rob Bowman's user avatar
  • 8,467