Skip to main content

All Questions

2 votes
3 answers
1k views

MVC 5 - jQueryUI Dialog View not displaying

I am working on a MVC website and for my delete function I decided to use jQuery UI Dialog to display a popup style dialog box for the user to confirm that they wish to delete the object. My problem ...
Cathal O 'Donnell's user avatar
0 votes
1 answer
918 views

How to pass value to jquery dialog?

How to get pass id value of button to jquery dialog on button click. I don't want to pass value using query string.Is there any way that i can directly pass value using attributes or properties of ...
Dragon's user avatar
  • 1,088
1 vote
3 answers
746 views

Passing ViewBag (has list of int type) to Controller

I am trying to pass list of int type to Controller on jquery load, but not successfull. Here is my code: function Addcov() { var dt = '@ViewBag.dt'; @{ List<int> covtypes = new ...
user1882705's user avatar
  • 1,081
2 votes
1 answer
2k views

Ajax.BeginForm not catching OnSuccess with jQuery UI dialog in MVC?

I am loading partial view with Jquery UI dialog. In partialview post submit I want capture results in updateSuccess function. But function was never called and results was showing on page. Parent ...
James123's user avatar
  • 11.7k
0 votes
1 answer
469 views

jquery ui dialog using MVC and CRUD

I want to implement some jquery ui dialogs, but i can not find any good examples of doing what I want. I am using MVC4 and CRUD. Once I create a record I want to show a jquery dialog to tell the user ...
Jed I's user avatar
  • 1,038
3 votes
1 answer
1k views

jQuery Dialog box holding data after partial view refresh

I have a partial view that opens a dialog box for entering some data. Once the button is clicked, an Ajax call is performed to reset that partial view and another. When I step through the code, ...
Danger_Fox's user avatar
0 votes
2 answers
627 views

Using jQuery with ASP.NET MVC

I can`t use jquery much so i need help please. I am using jQuery UI dialog like here. I have Link that opens the dialog where is rendered my partial view. $(function () { $("#transferTo").dialog({...
Petr Pražák's user avatar