Browse by Tags

Related Posts

  • Ajaxed Edit on MVC app

    I have a data table with some bool values. For example int ID, bool isEnabled. I was maked viewing and deleting records. Deleting was maded with ajax support: on client side <%= Ajax.ActionLink("Delete", "Delete", new { id = item.ID }, new AjaxOptions { Confirm = "Delete record...
    Posted to ASP.NET MVC (Forum) by Balyk on 04-08-2009, 12:00 AM
    Filed under: MVC, ajax, Ajax and MVC
  • 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
  • Get requet and method parameters

    hello, It was my unterstanding that ASP.NET MVC will map URL, Form or QueryString values to the method parameters (from this page : http://quickstarts.asp.net/previews/mvc/mvc_ControllersAndActions.htm#Action_Method_Parameters_4 ) I've this Ajax form : <%using (this.Ajax.BeginForm("BeginEdit"...
    Posted to ASP.NET MVC (Forum) by matthieugd on 01-02-2009, 12:00 AM
    Filed under: MVC, ajax, binding
  • Getting ViewResult as String?

    Hello, first sorry for my bad english, it's not my first language 1 [AcceptVerbs(HttpVerbs.Post)] 2 public JsonResult Draw( int width, int height) 3 { 4 AddTask.Assign( "#mapContainer > div" , View( "Map" , Fields)); 5 AddTask.Call( "map.initialize" ); 6 7 return...
    Posted to ASP.NET MVC (Forum) by n26 on 10-31-2008, 12:00 AM
    Filed under: MVC, ViewResult, json, ajax
  • Re: ComponentController and ActionResult

    I hope you guys decide to keep and enhance this feature. Perhaps the concept of "component controllers" can be replaced with normal controllers the render an alternative view based on a "request context". This would open the doors for the Html.RenderComponet method to take a bool...
    Posted to ASP.NET MVC (Forum) by blaketaylor on 06-12-2008, 12:00 AM
    Filed under: MVC, action result, asp mvc, ajax, ASP mvc, render_component
  • Render ViewUserControl from the controller

    Hey all, I'm using prototypejs in order to make ajax calls to an action on my controller. I want that action to render a ViewUserControl with the data supplied and return the string (html content) which i will then place within a div element or something. How can i render the ViewUserControl from...
    Posted to ASP.NET MVC (Forum) by SumOne on 05-24-2008, 12:00 AM
    Filed under: MVC, mvc toolkit, ajax
  • 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
  • Trouble Deploying

    I am using Asp.Net MVC for a test app that is giving me a bit of grief. I am making use of the Ajax.BeginForm helper and setting up an AjaxOptions with UpdateTargetId="result". I have a div with an ID of result. The partial call fetches some data and uses a partial view to render the new contents...
    Posted to Configuration and Deployment (Forum) by canadianjames on 10-20-2009, 12:00 AM
    Filed under: Ajax, partial postback, mvc
  • Using preview 6 application services without ScriptManager

    I'm trying to make use of the RoleService in an MVC project using the new preview 6 code and can't figure out how to properly initialize the scripts. I'm including the following files: MicrosoftAjaxCore.js, MicrosoftAjaxApplicationServices.js, MicrosoftMvcAjax.js Previously, the ScriptManager...
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by Nairb on 10-21-2009, 12:00 AM
    Filed under: ajax, MVC, roleservice
  • To which model is Microsoft AJAX more "suitable", MVC or WebForm ?

    Dear all, I am a newbie in ASP.NET so I want to start learning. I like AJAX because it can make the data transfer efficient. To implement AJAX in ASP.NET pages, which model is Microsoft AJAX more "suitable"? MVC or WebForm? Thank you in advance. regards, Yuko Aihara
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by yuko.aihara on 10-22-2009, 12:00 AM
    Filed under: ajax, MVC, WebForm
Page 1 of 2 (15 items) 1 2 Next >
Microsoft Communities