No announcements
Found 2858824 threads
-
0 Votes
How to make action Asynchronous in mvc 5
User-454825017 posted I think ToListAsync() not available in asp.net mvc 5. it is feature of .net core i assume.Answered | 10 Replies | 790 Views | Created by Anonymous - Thursday, July 9, 2020 7:41 AM | Last reply by Anonymous - Thursday, July 9, 2020 6:02 PM -
0 Votes
How to get a trigger make an asynchronous call to a script
You execute these "actions" asynchronously.Answered | 4 Replies | 3956 Views | Created by bronxbomber2k7 - Thursday, October 27, 2016 6:08 PM | Last reply by bronxbomber2k7 - Thursday, October 27, 2016 10:39 PM -
0 Votes
Gzip the MVC action
http://msdn.microsoft.com/en-us/library/system.io.compression.gzipstream.aspx Some more explanation can be found here ...Answered | 1 Replies | 4764 Views | Created by ranga_vadhineni - Friday, June 10, 2011 9:34 AM | Last reply by DvdBrink - Friday, June 10, 2011 11:48 AM -
1 Votes
How to capture files in MVC 4 Action Filter ?
MVC Thanks for your understanding.Answered | 1 Replies | 1133 Views | Created by Ellaiyaraja - Tuesday, January 7, 2014 7:10 AM | Last reply by Caillen - Wednesday, January 8, 2014 6:52 AM -
0 Votes
Asp.net Mvc 4 and 5
Try here: http://www.itorian.com/2013/10/area-in-mvc-5-with-example-step-by-step.html Noam B.Answered | 3 Replies | 2426 Views | Created by amitmistry - Wednesday, January 22, 2014 7:45 AM | Last reply by Noam B - Wednesday, January 22, 2014 11:05 AM -
1 Votes
how to call a method asynchronously
It means that your asynchronous code never waits or blocks depending on the result of an asynchronous operation.Answered | 10 Replies | 3251 Views | Created by Ulab_newbie - Wednesday, July 22, 2009 4:51 PM | Last reply by Ulab_newbie - Thursday, July 23, 2009 9:40 AM -
1 Votes
Client for MVC 5 Rest Service
Thanks for helping make community forums a great place.Answered | 2 Replies | 1973 Views | Created by David Lame - Tuesday, January 7, 2014 7:33 PM | Last reply by David Lame - Wednesday, January 8, 2014 3:09 PM -
0 Votes
Controller Scaffolding in MVC 5
ASP.Net MVC forum on forums.asp.net.Answered | 2 Replies | 1706 Views | Created by Nimit Joshi - Thursday, November 21, 2013 3:38 PM | Last reply by Just Karl - Tuesday, January 14, 2014 11:01 PM -
0 Votes
Asynchronous operations in .NET
ASP.NET will handle propogating the HttpContext to whatever thread handles the callback, so the workaround here shouldn't be necessary.Answered | 13 Replies | 3987 Views | Created by NaZAf - Monday, February 1, 2010 2:19 AM | Last reply by NaZAf - Saturday, February 6, 2010 1:53 AM -
0 Votes
LDAP Authentication with MVC 5 Project.
ASP.Net MVC forum on forums.asp.net.Answered | 2 Replies | 4012 Views | Created by TimJ.W - Friday, April 8, 2016 6:32 PM | Last reply by TimJ.W - Friday, April 8, 2016 7:47 PM -
0 Votes
Model View in MVC 5
ASP.Net MVC forum on forums.asp.net.Answered | 3 Replies | 1409 Views | Created by Samuel M kabiena - Wednesday, July 29, 2015 2:48 PM | Last reply by Just Karl - Thursday, July 30, 2015 10:44 PM -
0 Votes
MVC 5 and SSAS
This data will be presented using an MVC 5 web application with heavy use of c3 charts JavaScript library.Answered | 1 Replies | 1588 Views | Created by DapperDev_ - Wednesday, May 6, 2015 12:33 PM | Last reply by Olaf Helper - Wednesday, May 6, 2015 12:38 PM -
0 Votes
MVC 3 view for different action
To resolve MVC issue, I would suggest you to post it to the MVC forums for more efficient responses.Answered | 1 Replies | 4763 Views | Created by mn1987 - Friday, November 11, 2011 5:07 AM | Last reply by Lie You - Monday, November 14, 2011 3:08 AM -
2 Votes
How to add a radio button in mvc 5 view
I'm trying to make the point that the OP specifically said they are using MVC and that there is a specific forum for ASP.Net MVC questions.Answered | 7 Replies | 6090 Views | Created by mizuluffy - Wednesday, November 20, 2013 5:33 AM | Last reply by PaulLinton - Thursday, November 21, 2013 9:33 PM -
0 Votes
Asynchronization
_state)) { Action action = _alock.dequeue_locked(); if (action == continuation) { if (cts !Answered | 2 Replies | 6057 Views | Created by DuarteNunes - Tuesday, December 7, 2010 12:35 AM | Last reply by DuarteNunes - Thursday, December 9, 2010 8:53 PM -
1 Votes
install asp .net mvc 5 on server
Per my understanding, it is no need to install the full visual studio tool, you just need install net framework 4.5 on that server and configure your asp.net mvc ...Answered | 1 Replies | 5464 Views | Created by IamGourav - Monday, March 2, 2015 9:35 PM | Last reply by Herro wong - Tuesday, March 3, 2015 7:13 AM -
0 Votes
How to Replace textbox control to dropdown list using MVC 5
https://forums.asp.net/1146.aspx/1?Answered | 1 Replies | 934 Views | Created by qasimidl - Saturday, April 14, 2018 7:27 PM | Last reply by Richard Mueller - Saturday, April 14, 2018 8:17 PM -
1 Votes
How can I create a new table in a MySQL database in MVC 5
Please refer the below mentioned ...Answered | 1 Replies | 4316 Views | Created by Toni Nakovski - Thursday, July 31, 2014 11:21 PM | Last reply by SadiqhAhmed-MSFT - Friday, August 1, 2014 4:07 AM -
0 Votes
MVC 5 question - How to pass list from controller to view
http://www.asp.net/mvc/overview/older-versions/mvc-music-store/mvc-music-store-part-1 Also as mentioned.Answered | 3 Replies | 7554 Views | Created by bh052699 - Thursday, June 18, 2015 1:21 PM | Last reply by DA924 - Thursday, June 18, 2015 2:17 PM -
1 Votes
How to run the timer tasks asynchronously?
What sort of timers are you using and how?Answered | 1 Replies | 544 Views | Created by Santhosh Kumar.CH - Friday, September 19, 2014 10:34 AM | Last reply by Rob Caplan [MSFT] - Saturday, September 20, 2014 12:32 AM - Items 1 to 20 of 2858824 Next ›
No announcements