Skip to main content

All Questions

Tagged with
6 votes
7 answers
11k views

ASP.NET MVC and JQuery get info to controller

I am totally confused on how to do ajax stuffs with jQuery and it seems the more I try the more confused I get. At this point all I want to do is get data to my controller using jQuery ajax. Some ...
Buddy Lindsey's user avatar
3 votes
4 answers
721 views

jQuery .load seems to be running at an unexpected point

So I'm trying to load some returned html from an .aspx page but a click event needs to fire before it doing some stuff that the AJAX request depends upon. More specifically, I'm doing this. When a ...
Carter's user avatar
  • 2,850
19 votes
3 answers
11k views

Is there a way to access a cache or session from a static method?

How would you access the cache from a jQuery ajax call? I'm using jquery to do some data verification and quick data access. I have a static web-method that jquery is calling via json to return a ...
theo's user avatar
  • 8,791
3 votes
2 answers
11k views

ASP.Net Upload of multiple files after choosing them from jQuery

I have used a jQuery multiple file upload control [ MultiFile from fyneworks http://www.fyneworks.com/jquery/multiple-file-upload/#tab-Overview ] to collect some filenames but can't work out how to ...
Steve Davies's user avatar
3 votes
1 answer
5k views

Using jQuery in WinForms desktop app?

We have a WinForms desktop application that uses the .NET 2.0 framework WebBrowser control quite extensively for displaying HTML. The HTML may be simple, or quite complicated. It may reside on disk, ...
Eyvind's user avatar
  • 5,261
92 votes
7 answers
127k views

How to post an array of complex objects with JSON, jQuery to ASP.NET MVC Controller?

My current code looks like the following. How can I pass my array to the controller and what kind of parameters must my controller action accept? function getplaceholders() { var placeholders = $(...
JSC's user avatar
  • 3,715
2 votes
3 answers
8k views

Best way to pass an array from JavaScript to C#?

I need to pass an array from JavaScript to a page method in C#. I have tried using a parameter in the C# method of IList and also a string[] array. Both ways throw an exception "cannot convert an ...
Mark Struzinski's user avatar
5 votes
7 answers
6k views

UpdatePanel Slowness in IE

I'm working on an ASP.Net application and working to add some Ajax to it to speed up certain areas. The first area that I am concentrating is the attendance area for the teachers to report attendance (...
Jared's user avatar
  • 7,213
3 votes
4 answers
8k views

JQuery Facebox Plugin : Get it inside the form tag

I am wanting to use the Facebox plugin for JQuery but am having a few issues getting it running how I want. The div that houses the facebox content is created outside of the tag so even though I am ...
1 vote
1 answer
1k views

Exception Thrown Causes RunTime Error

We have developed a website that uses MVC, C#, and jQuery. In one of my controller classes we are validating inputs from the user and if it fails we throw an exception that the Ajax error parameter(...
Brad8118's user avatar
  • 4,692

15 30 50 per page
1
1193 1194 1195 1196
1197