Tagged Questions
283
votes
25answers
94k views
How to format a JSON date?
I'm taking my first crack at Ajax with jQuery. I'm getting my data onto my page, but I'm having some trouble with the JSON data that is returned for Date data types. Basically, I'm getting a string ...
124
votes
11answers
37k views
jQuery $(document).ready and UpdatePanels?
I'm using jQuery to wire up some mouseover effects on elements that are inside an UpdatePanel. The events are bound in $(document).ready . For example:
$(function() {
...
96
votes
13answers
61k views
jQuery UI Dialog with ASP.NET button postback
I have a jQuery UI Dialog working great on my ASP.NET page:
jQuery(function() {
jQuery("#dialog").dialog({ draggable: true, resizable: true, show: 'Transfer', hide: 'Transfer', width: 320, ...
88
votes
8answers
187k views
Change the selected value of a drop-down list with jQuery
I have a drop-down list with known values. What I'm trying to do is set the drop down list to a particular value that I know exists using jQuery. Using regular JavaScript, I would do something like:
...
67
votes
9answers
6k views
How do you get JavaScript/jQuery Intellisense Working in VS 2008?
I thought JQuery Intellisense was supposed to be improved with SP1. I even downloaded an annotated version of jquery 1.2.6, but intellisense will not work in a separate jscript file. I have the jquery ...
56
votes
10answers
19k views
Can I set an unlimited length for maxJsonLength in web.config?
I am using the autocomplete feature of jQuery. When I try to retrieve the list of more then 17000 records (each won't have more than 10 char length), it's exceeding the length and throws the error:
...
53
votes
7answers
57k views
JQuery validate: How to add a rule for regular expression validation?
I am new to JQuery and am using the JQuery validation plugin. Great stuff!
I want to migrate my existing ASP.NET solution to use JQuery instead of the ASP.NET validators. I am missing a replacement ...
45
votes
8answers
42k views
How can I determine the element type of a matched element in jQuery?
I'm matching ASP.Net generated elements by ID name, but I have some elements which may render as text boxes or labels depending on the page context. I need to figure out whether the match is to a ...
42
votes
9answers
33k views
Rebinding events in jQuery after Ajax update (updatepanel)
I have several input and option elements on my page, each (well almost) have an event attached to update some text on the page once they change. I use jQuery which is really really cool :)
I also ...
39
votes
22answers
36k views
jquery cycle IE7 transparent png problem
I'm having trouble getting jquery cycle to work when I have transparent png files in IE7
It's fine in Firefox and Chrome but in IE (version 7) I get a black colour where
the png transparency is ...
36
votes
12answers
12k views
Prevent jQuery UI dialog from setting focus to first textbox
I have setup a jQuery UI modal dialog to display when a user clicks a link. There are two textboxes (I only show the code for 1 for brevity) in that dialog div tag and it is changed to be a jQuery UI ...
35
votes
7answers
56k views
jQuery Autocomplete and ASP.NET
I searched all over this site and the web for a good and simple example of autocomplete using jQuery and ASP.NET. I wanted to expose the data used by autocomplete with a webservice (and will probably ...
34
votes
5answers
19k views
How can I post an array of string to ASP.NET MVC Controller without a form?
I am creating a small app to teach myself ASP.NET MVC and JQuery, and one of the pages is a list of items in which some can be selected. Then I would like to press a button and send a List (or ...
33
votes
7answers
8k views
Unexpected Caching of AJAX results in IE8
I'm having a serious issue with Internet Explorer cachings results from a JQuery Ajax request.
I have header on my web page that get's updated everytime a users navigates to a new page. Once the page ...
31
votes
8answers
59k views
How to use jQuery to call an asp.net web service?
I'm trying to use jQuery to get data from an ASP.NET web service (SharePoint Server 2007 lists.asmx) but any call to a web service will really help as a first step in that direction.
25
votes
10answers
4k views
25
votes
9answers
9k views
Unobtrusive Javascript rich text editor?
We've used the no-longer-supported RichTextBox control as part of our (ASP.NET-based) CMS for a long time, and we'd like to replace it with something lighter-weight and with better cross-browser ...
24
votes
8answers
6k views
Anyone have ideas for solving the “n items remaining” problem on Internet Explorer?
In my ASP.Net app, which is javascript and jQuery heavy, but also uses master pages and .Net Ajax pieces, I am consistently seeing on the status bar of IE 6 (and occasionally IE 7) the message "2 ...
24
votes
3answers
12k views
How do I run different versions of jQuery on the same page?
My company has purchased a product that renders an ASP.NET control on the page. This control uses jQuery 1.2.3 and adds a script tag to the page to reference it. The developers of the control will not ...
24
votes
4answers
11k views
How to pass complex type using json to ASP.NET MVC controller
I have a View that allows a user to enter/edit data for a new Widget. I'd like to form up that data into a json object and send it to my controller via AJAX so I can do the validation on the server ...
24
votes
17answers
11k views
Interview Questions for an Intern [closed]
I have a potential intern coming in tomorrow for his second interview. Following Joel Spolsky's advice from "Smart & Get Things Done" this is where we get a little technical and make sure the kid ...
22
votes
2answers
9k views
Request format is unrecognized for URL unexpectedly ending in
This is not a question - posting it here for reference:
When consuming a WebService, I got the following error:
Request format is unrecognized for URL unexpectedly ending in /myMethodName
19
votes
6answers
13k views
Calling ASP.NET server side method via JQuery
I'm trying to call a server side method from client side via jQuery, my code is as follows:
Server side:
using System.Web.Services;
[WebMethod()]
//[ScriptMethod()]
public static ...
19
votes
4answers
16k views
Jquery AJAX with ASP.NET WebMethod Returning Entire Page
I'm doing some simple tests (in preparation for a larger project) to call an ASP.NET WebMethod using JQuery AJAX. In my example, my WebMethod returns a simple string. However, when I attempt to call ...
19
votes
6answers
13k views
Using jQuery for AJAX with ASP.NET Webforms
Anyone know of a link to a good article/tutorial for getting started using jQuery for AJAX calls rather than ASP.NET AJAX? I'm trying to avoid using UpdatePanels entirely in this app, which I haven't ...
18
votes
11answers
22k views
jQuery Validation plugin in ASP.NET Web Forms
I would really like use the jQuery Validation plugin in my ASP.NET Web Forms application (not MVC). I find it easier than adding asp validators everywhere and setting the control to validate field on ...
18
votes
11answers
31k views
How to use JQuery with Master Pages?
I can get simple examples to work fine as long as there's no master page involved. All I want to do is click a button and have it say "hello world" with the javascript in a .js file, using a master ...
18
votes
11answers
5k views
What are some of the pros and cons of using jQuery?
As someone who is only barely proficient in javascript, is jQuery right for me? Is there a better library to use? I've seen lots of posts related to jQuery and it seems to be the most effective way ...
16
votes
8answers
21k views
Fire event each time a DropDownList item is selected with jQuery
I have a dropdown: <asp:DropDownList id="dropdownid" runat="server" class=blah"/>
in my jQuery, I assign change event like this:
$('#dropdownid').change(function() {......});
Now, this ...
16
votes
5answers
23k views
Call ASP.NET PageMethod/WebMethod with jQuery - returns whole page
jQuery 1.3.2, ASP.NET 2.0. Making an AJAX call to a PageMethod (WebMethod) returns the full/whole page instead of just the response. A breakpoint on the page method shows it's never getting hit. I ...
16
votes
8answers
23k views
How to return JSON from a 2.0 asmx web service
Update: I have since moved on to another project, and I am now able to use .Net 4.0. As a result, this question is no longer relevant to me. From the number of views on this question, though, it must ...
16
votes
6answers
16k views
jQuery Menu and ASP.NET Sitemap
Is it possible to use an ASP.NET web.sitemap with a jQuery Superfish menu?
If not, are there any standards based browser agnostic plugins available that work with the web.sitemap file?
14
votes
5answers
1k views
Produce “toast” messages like StackOverflow
One of the issues I think about every time I build my web application is how messages should appear to the end-users
I tried message boxes like those in windows applications, but they look so bad ...
14
votes
4answers
1k views
Should i spend my effort implementing knockoutjs or look into jQuery Data Link
I've recently been using Steve Sanderson's knockout js library http://knockoutjs.com/ in my client side web development. I just recently found out that microsoft has contributed code to jQuery for a ...
14
votes
5answers
28k views
Jquery asp.net Button Click Event via ajax
I was wondering if anyone can point me in the right direction.
I have an asp.net button with a click event (that runs some server side code).
What i'd like to do is call this event via ajax and ...
14
votes
3answers
16k views
Proper way to use JQuery when using MasterPages in ASP.NET?
I have no issues when doing using JQuery in a aspx page without a masterpage, but when I try to use it in pages that have a masterpage, it doesn't work, so I end up putting the jquery files and other ...
14
votes
15answers
3k views
How to stop ASP.NET from changing IDs in order to use jQuery
I have this label control in my web page
<asp:Label ID="Label1" runat="server" Text="test"></asp:Label>
And when the page rendered the id of the control changes to something like this
...
14
votes
12answers
7k views
Telerik UI controls vs client-side UI with jQuery
I am trying decide on how I want to handle the UI for an external-facing web app. Because it is external, latency caused by page bloat could be an issue.
I have used jQuery some in the past, and I am ...
13
votes
7answers
1k views
Microsoft's AJAX Toolkit vs. jQuery
Our team has been using Microsoft's AJAX Toolkit since the days of Atlas. In a bit of naivety we missed the jQuery/Prototype phenomenon until a month or two back. Until now, we have always ...
13
votes
6answers
16k views
What is best method to find a ASP.Net control using jQuery?
In implementing my first significant script using jquery I needed to find a specific web-control on the page. Since I work with DotNetNuke, there is no guaranteeing the controls ClientID since the ...
13
votes
3answers
4k views
How would you handle errors when using jQuery.ajax()?
When using jQuery's ajax method to submit form data, what is the best way to handle errors?
This is an example of what a call might look like:
$.ajax({
url: "userCreation.ashx",
data: { ...
13
votes
6answers
8k views
jQuery AJAX vs. UpdatePanel
We've got a page with a ton of jQuery (approximately 2000 lines) that we want to trim down b/c it is a maintenance nightmare, and it might be easier to maintain on the server. We've thought about ...
12
votes
1answer
350 views
Select all text on focus using jQuery
I have a little jQuery function that is meant to automatically select text in an asp.net text box when it gets focus. However, the text in the text box gets selected, but immediately then deselects.
...
12
votes
7answers
252 views
Options for ASP.NET page with matching client-side and server-side markup?
Suppose I'm building a StackOverflow clone using webforms ASP.NET and jQuery. The Question page has a question, several answers, and comments under each. Requirements:
Users can post new answers and ...
12
votes
3answers
12k views
How do I make an onclientclick post back using jquery? asp.net
I need help. I want to recreate the the update panel postback without using a update panel to do the postback. What is the generic method for doing this?
For example, on stackoverflow, when you ...
11
votes
4answers
1k views
jQuery Infinite Scroll and Gridview
suppose i have 10,000 records in database but i want to show 100 record in the page through gridview and i want when user scroll down and reach the last record in the page then rest of the 100 record ...
11
votes
6answers
455 views
How does Stackoverflow's “Post Your Question” button stay disabled until question gets submitted?
I am using asp.net webforms; I want to submit a form and keep the button disabled until it gets saved to my database, exactly like Stackoverflow. Any suggestion?
protected void Lb_Save_Click(object ...
11
votes
5answers
3k views
jQuery DataTables server-side processing using ASP.NET WebForms
Problem:
jQuery DataTables server-side processing using ASP.NET WebForms.
Solution:
Darin Dimitrov answered the question using an example which pages and sorts, but doesn't do any searching. Here's ...
11
votes
8answers
1k views
How to check if document is ready?
How to check if document is ready (all js files loaded, DOM is ready) through jQuery?
Is there any flag?
Facing issues if some of the files are not downloaded completely, and the event is raised by ...
11
votes
9answers
21k views
fetch stock quotes from google finance, yahoo finance or the exchange itself
I am building a web based trading system where buy and sell signals would be generated by reading quotes from either Yahoo finance, google finance or the exchange(NSE of India) itself.My first ...