Browse by Tags

Related Posts

  • MVC - Json

    Hi I'm new to mvc. I'm trying to pass a json object to the controller. The object is created correctly but when passed to controller is null. Here is the code: var url = "/namespace/ActionName"; $.ajax({ type: "POST", url: url, dataType: "json", data: JSON.stringify...
    Posted to ASP.NET MVC (Forum) by sandrae on 05-06-2009, 12:00 AM
    Filed under: MVC, jquery, jsonn
  • Re: Populating a dropdown based from another dropdown's selection

    I used jQuery to do that. I blogged about an autopostback DropDownlist here . To make it cascade you should do something like this: 1 $(document).ready(function() { 2 $( '#DDL1' ).change(function() { 3 $( '#DDL2' ).html( '' ); 4 $.getJSON( '<%= Url.Action("GetDdl2Items"...
    Posted to ASP.NET MVC (Forum) by superskanl on 03-31-2009, 12:00 AM
    Filed under: MVC, jquery
  • IE Caching JsonResult from a Controller Method

    I have a controller method that I am invoking from jQuery using the ajax method: $.ajax( { url: "MyController/MyAction", data: jsonData, type: type, processData: false , contentType: "application/json" , timeout: 10000, IE is caching the result - how can I disable this? I am using...
    Posted to ASP.NET MVC (Forum) by Kieren5 on 01-21-2009, 12:00 AM
    Filed under: MVC, Cache, ie, jquery, JsonResult, ajax
  • Re: How to hook up jQuery + MVC View User Control / MVC View ?

    There is going to be a ScriptRegister component in Mvc Contrib soon that will handle this. It is very similar to the old ScriptManager except for a couple things that were pointed out here. Because the head gets rendered before everything else we have to emit the js into the bottom of the page. Here...
    Posted to ASP.NET MVC (Forum) by abombss on 02-24-2008, 12:00 AM
    Filed under: MVC, javascript, jquery
  • Call AJAX from JQuery .change( function() { MyAjaxDataCall } )??

    I'm working on an MVC page where I've got some drop-downs. I'd like to refresh a section of the page based on the value in the drop-down. The change in selected value needs to initiate a data call to a SQL table. The dropdown is a year/month which is a criteria to be used in the Sql call...
    Posted to ASP.NET MVC (Forum) by lou_gallo on 07-07-2009, 12:00 AM
    Filed under: MVC, jquery, Ajax and MVC
  • JQuery error on deployed page

    I've deployed an MVC site on my localhost. When I run the page from IIS6 I get a 'Done' indicator at the bottom left of the page with a yellow triangle showing "!". My page doesn't render correctly because the code in the $(Document).ready function isn't executing. However...
    Posted to ASP.NET MVC (Forum) by lou_gallo on 07-15-2009, 12:00 AM
    Filed under: MVC, jquery, Ajax and MVC
  • which ajax library???

    I just realized that my pages are loading jquery, ajax and mvc ajax libaries... are they all needed? When I remove the MicrosoftAjax and MicrosoftMvcAjax libraries, all the ajax calls through jquery still work as expected. What is different about the two libraries and why would I need either or both...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by pwc on 09-05-2009, 12:00 AM
    Filed under: ajax, jquery, MVC, mvc ajax
  • Re: ASP.NET Developer needed in Baton Rouge, LA

    Hello, I am Tanveer, I have 6+ years of web development experience and have worked on more than 20 websites/web applications like Portals, Ecommerce, Auctions, Multilevel Marketing, Ads Management, Real Estate, Online Jobs, Online Music, Web to SMS, Online News, Online Calssifieds, Shopping Carts. I...
    Posted to Jobs (Forum) by mohammadtanveer on 12-26-2009, 12:00 AM
    Filed under: php, joomla, mysql, ajax, css, vb.net, Javascript, ASP.Net, HTML, silverlight, MVC, C#.net, Wordpress, MSSQL Server, JQuery
  • Re: menu controls in asp.net MVC

    Hi dagamshiva, I would look at a JQuery Menu like the one here http://pupunzi.wordpress.com/2009/01/18/mbmenu/
    Posted to ASP.NET MVC (Forum) by sjnaughton on 07-29-2009, 12:00 AM
    Filed under: MVC, jquery, Menu
  • Re: MVC Menu

    Try http://plugins.jquery.com/project/jquery_drop_line_menu
    Posted to ASP.NET MVC (Forum) by sjnaughton on 08-05-2009, 12:00 AM
    Filed under: MVC, jquery, Menu
Page 1 of 1 (10 items)