actionlink
Telerik MVC Grid Control Additional Column with ActionLink
Hi I am Using Telerik MVC Grid Control in my MVC 3.0 Project I am trying to add Additional Column to the Grid[详细]
2023-04-13 06:55 分类:问答ASP .NET MVC - Change domain used by URL.Action?
I have a website that has two domains pointing to the same content. Let\'s call them www.domainA.com and www.domainB.com where www.domainA.com/Page is the same as www.do开发者_高级运维mainB.com/Page.[详细]
2023-04-11 15:41 分类:问答using html.actionlink outside of a viewpage in MVC3
Struggling on in my first MVC project, I need to show a menu of steps for a wizard. The problem is that some of the steps depend on the data that the user provides.[详细]
2023-04-11 07:45 分类:问答Help with Ajax post to action method
I am a new to MVC an need a little help. In my view I make an ajax post as below. function PostCheckedPdf(e) {[详细]
2023-04-08 21:37 分类:问答how to pass a parameter to actionlink from a script
I have a script: function FindSerial() { var textBoxValue = $(\"#clientSerial1\").val(); return textBoxValue;[详细]
2023-04-08 18:20 分类:问答ActionLink without named query variables
I have an ActionLink that produces this URL @Html.ActionLink(\"Hardware Profile\", \"Profile\", \"Device\", new { id = 2, tab = \"hardware\"}, null)[详细]
2023-04-06 08:18 分类:问答Dynamic Ajax ActionLink RouteValues
I have an ActionLink link this @Ajax.ActionLink(\"Delete it!\", \"Del开发者_StackOverflow社区ete\", new {id = getTheID}, new AjaxOptions { Confirm = \"Really?\", HttpMethod = \"Delete\", UpdateTarget[详细]
2023-04-03 11:13 分类:问答MVC 3 Hide actionlink
I need to hide a actionlink on my _layout view. if it have to be hidden or not depends o开发者_高级运维n data from DB where it is said if the person is admin or not.[详细]
2023-04-01 01:58 分类:问答How can I return a list/array/Json object of id's from the controller in the ViewBag and add it to the htmlAttributes of an actionlink?
I have an Action which returns a partial view, and I would like to store a list of id\'s in the ViewBag.property = ids (somewhere temporary) and add them to an actionLink into the object HtmlAttribute[详细]
2023-03-31 05:38 分类:问答Ajax.ActionLink() and $.ajaxPrefilter() don't play nice
I\'m trying to implement a global ajax handler in my MVC app. I\'m using this code $.ajaxPrefilter(function (options, originalOptions, jqXHR) {[详细]
2023-03-27 03:22 分类:问答