0
votes
1answer
236 views
How can I have multiple UpdateTargetIds for AjaxOptions while using Ajax.BeginForm
I am using Ajax.BeginForm in ASP.NET MVC to post a form. I have one div being updated using AjaxOption's UpdateTargetId property. Now I need the post to update 2 Divs. I also need to return 2 …
2
votes
1answer
77 views
Which Javascript history back implementation is the best?
There are implementations for history.back in Micrososft AJAX and jQuery (http://www.asual.com/jquery/address/).
I already have jQuery and asp.net ajax included in my project but I am not sure which …
0
votes
1answer
93 views
ASP.NET ModalPopupExtender not rendering correctly
I have a fairly straight forward screen that contains two modal popups. The first confirms a delete type operation and the other allows you to edit form details.
As soon as you open either for the …
0
votes
4answers
817 views
jQuery stop working on updated page via Ajax in ASP.NET MVC
Hi everyone!!
I have a ASP.NET MVC page of Events of a specific day. I'm also using jQuery datepicker and when I select a day, I create a function that send this selected day via Ajax to a MVC …
3
votes
4answers
287 views
__DoPostback posts back the values of disabled controls when doing a partial postback
I have a form which, for the sake of isolating the problem, has about a dozen plain HTML checkboxes (not WebControls), all of which are disabled. They are inside an UpdatePanel.
I have a link which …
0
votes
4answers
1k views
ASP.NET MVC AJAX Sys is undefined error
I am getting a "Microsoft JScript runtime error: 'Sys' is undefined" error on one of my pages in an MVC application when I attempt an AJAX call. The AJAX call is made from a partial view which is …
0
votes
0answers
15 views
iterating table contaning another table?
I have a table with 6 cells, with input fields, textarea,check boxes,normal text(td), and last column is a table.
while iterating through the table , I am facing problem with last cell having …
0
votes
3answers
33 views
need help regarding $.ajx({})?
Hi,
The following is the code snippet what Im trying with ASP.NET MVC with ajx call to Action.
But action is not calling. Please help me?
$.ajax({
type: "POST",
url: "/Sample/TestSubmit",
…
1
vote
1answer
550 views
Passing variable to Ajax.ActionLink OnSuccess, OnComplete, OnFailure, etc
I'd like to put a div on my master page that I can update from anywhere in my site with updates. i.e. "recorded updated", "there was an error", etc.
I'm going to style the div differently depending …
0
votes
2answers
98 views
ASP.NET AJAX 4.0 Tutorials
I am new to ASP.NET AJAX. Can anybody tell me good resource for the same? I have googled but was unable to find good tutorials to learn basic and advanced use of ASP.NET AJAX 4.0.
0
votes
1answer
35 views
Microsoft JScript runtime error: ‘Sys’ is undefined
I have a page with the following code on it:
<script type="text/javascript" language="javascript">
/// <reference name="MicrosoftAjax.js" />
…
0
votes
0answers
8 views
AJAX Control Toolkit Calendar Extender v2.0.50727, script timeout
I have a repeater with 400+ AJAX calendar extenders embedded in a repeater. The appears to be too many for IE 8 to render/initilize before it times out, any suggestions on how to get this work without …
0
votes
0answers
20 views
Next row in grid
how to get the next row immediate to the row which i inserted into gridview dynamically.how to retrive the value
2
votes
4answers
2k views
Looking for a workaround for IE 6/7 “Unspecified Error” bug when accessing offsetParent; using ASP.NET AJAX and jQuery
I'm using jQuery UI's draggable and droppable libraries in a simple ASP.NET proof of concept application. This page uses the ASP.NET AJAX UpdatePanel to do partial page updates. The page allows a user …
0
votes
2answers
48 views
popup div like http://www.kelkoo.co.uk/
go to http://www.kelkoo.co.uk/ and click on the down arrow of the category link a popup div will appear ...i need similar kind of pop up div.the data will be loaded dynamically and in the time of …
