Skip to main content

All Questions

0 votes
2 answers
2k views

Problem getting modal to display from GridView event

Before anyone says it, I have tried all of the examples I can find, and nothing seems to work so far, so that's why I'm posting a new question. I am working on an ASP.NET web forms project, and I have ...
TampaSportsLover's user avatar
2 votes
1 answer
180 views

Can't load image in modal using Partial View by transporting data by Model

I want to use Partial View to load modal with image from wwwroot folder. It works with explicitly setting imgage source to directory of image. It doesn't work with using a model with property that ...
Jakub's user avatar
  • 23
1 vote
1 answer
127 views

Using bootstrap 3 popover inside table not showing on top of button

Need popover to show users list but its not showing on the top of button. Here is the jQuery Code: $('[data-toggle="popover"]').popover(); Here is C# Code for dynamic buttons inside table ...
Shahbaz G's user avatar
0 votes
1 answer
34 views

Open Jquery-UI Dialog Box inside table not showing in right place?

Here is the jQuery Code to Show the Dialog Box Dynamically. function ShowDialog(id) { var x = $('btn_' + id).position(); $("#dialog_" + id).dialog({ title: &...
Shahbaz G's user avatar
1 vote
1 answer
9k views

How do I pass data to modal view in ASP.NET MVC

I am having problems passing data to modal view. Either modal view doesn't open at all or reads data from first item every time I open it. The biggest problem I have is that I don't know jQuery. I ...
Brdar's user avatar
  • 11
0 votes
1 answer
811 views

Select Bootstrap Search Event

i have a bit problem with a select search of bootstrap, i need get the value of the search. <div class="form-group has-feedback has-feedback-left"> <select class="form-...
jmoyau's user avatar
  • 27
0 votes
1 answer
1k views

How can i display a bootstrap alert after clicking a button in my modal?

I have a modal that has a 'Yes' and 'No' button. When the 'Yes' button is clicked, the modal closes and an onclick event occurs. After all this happens, i would like to display a confirmation alert. ...
SeventhWarhawk's user avatar
0 votes
0 answers
95 views

Change default asp.net mvc5 validation messages

This is my model's date property: [DisplayFormat(ApplyFormatInEditMode = true, DataFormatString = "{0:yyyy.mm.dd}")] [Required(ErrorMessage = "You need to fill this")] [DataType(DataType.DateTime, ...
dafie's user avatar
  • 1,033
0 votes
3 answers
4k views

How to show Bootstrap Alert on Button Click via Javascript / jQuery?

I have a registration form page created on asp.net. When the user click Submit button i want to show a Bootstrap alert message at the top of the page for 5 sec that say "Registered Successfully"". ...
SmithBZ's user avatar
  • 125
0 votes
0 answers
192 views

Bootstrap 4 modal flashing and display none

I use a function to load my modals that I place at the top of my page: function loadModal(url) { $('#modal-container').load(url, function (result) { console.log(...
JianYA's user avatar
  • 2,944
0 votes
1 answer
120 views

How to load Partial View into Bootstrap 4 modal

I used to use another jquery library called jquery modal. However I decided to switch back to using the bootstrap modal. I am unsure of how to open up a modal via a url with bootstrap modal. This is ...
JianYA's user avatar
  • 2,944
0 votes
1 answer
67 views

Bootstrap and ASP.NET

I would like advice, I have to develop a project in ASP .NET, (I would like to use ASP MVC 5 but I'm just learning). I would like to do this project with ASP .NET and integrate it with bootstrap and ...
Shakiri's user avatar
0 votes
1 answer
1k views

Modal is not working in my webserver but works in localhost. Why is that?

I am using asp.net webforms. I have button in top of the page and when user click the button I want popup a modal window. This is the code that I used to implement it. The code works fine on my ...
Prageeth Liyanage's user avatar
0 votes
0 answers
664 views

Javascript runtime error unrecognized expression # in jquery.min.js

I am developing a C# / ASP.NET web application in Visual Studio 2015 and I'm using a Boostrap Nav bar for the menu. Everything was working fine until recently when the menu stopped working. I have all ...
KirkEB's user avatar
  • 1
0 votes
1 answer
29 views

Not able to add active class that matches current open page to list item of menu

I am having problem while adding the active class to the currently open page. I tried other solutions available on StackOverflow, but nothing worked for me. I think it is because I have ~/ in my link ...
Hassan Dogar's user avatar

15 30 50 per page
1
2 3 4 5
32