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
1 vote
1 answer
310 views

Convert html select dropdown to single button Nav bar

I have requirement for dynamic menu Navbar output like below with this design. But now i am getting like below I am getting dynamic menu data from database below is my code <select id="...
Mr doubt's user avatar
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
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
2 votes
3 answers
2k views

uncaught error bootstrap requires jquery at bootstrap.min.js

I am getting this error even when all the jquery has been loaded before bootstrap and also have used the version 1.9.1 tried using jquery version 1.9.1 and it still dint solve <script type="...
BKM's user avatar
  • 186
0 votes
0 answers
394 views

Bootstrap Modal popup not showing up first time

While I first click this #btnRequestedProviderSelect button, bootstrap modal is not showing popup. But I second click it will come why? $("#btnRequestedProviderSelect").click(function () { $("#...
Mani M's user avatar
  • 1
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
1k views

How to select data for @Html.DropDownListFor (selectpicker class) when @Html.DropDownList is updated, by jQuery?

I'm developing web application by ASP.NET-MVC. Model: public partial class MyModel { public string TEST { get; set; } } Html: @model IList<MyModel> @Html.DropDownList("...
akkapolk's user avatar
  • 564
0 votes
1 answer
405 views

How to disable a list item based on condition - ASP.NET C#

I am looking for some advice on the best way to disable two list items based on the account being locked and the value in the state column is equal to 1. I have a model which generates a random ...
Rob's user avatar
  • 153
0 votes
1 answer
157 views

MVCGrid.net Table Fixed Header

Is there any possibility to use a fixed header in MVCGrid table? I tries many solutions, and non of them works well. When in table are many columns, and user scroll these data to left side - header ...
mackai911's user avatar
3 votes
1 answer
521 views

Bundling in Azure is not working for bootstrap and jquery, ASP.NET MVC 5

I'm trying to publish my ASP.NET MVC application in Azure, and I have a big problem. For some reason, Bootstrap an jQuery aren't uploading in the cloud and as the result I have this in my <head> ...
Renerick's user avatar
  • 476
0 votes
1 answer
298 views

How to realod bootstrap table after post via ajax

I'm using bootstrap table to display a rows from a database, it's MVC ASP.NET and I've put my data in a ViewBag and returned that View with viewbag included as a data to display, so it looks like this:...
billy_56's user avatar
  • 669

15 30 50 per page
1
2 3 4 5
16