AJAX :: Data From WebService Is Not Retained In Page History

Jan 19, 2011

I am using a web service to pass back search results. To do this I am using ToolkitScriptManager with a ServiceReference to my web service and calling the web service up with javascript. The javascript call looks something like this:

WebService.GetResults("search term", OnSuccessGetData, OnFail);

If the request is successful the "OnSuccessGetData" function is fired and the results are inserted into a DIV tag. Because the resulting search results can be large I wrote the service to only pass back the first 20 results on the first trip. After that I make calls again to the service to return the next 5 results and continue to do this until all the results are loaded. This all works wonderful. You can see it in action at www.lsbio.com and use the search term "human mouse". My problem is that when the user clicks on a product and then hits the 'Back' button the search results have to be fetched again from the webservice.

Is there a way to keep the search results in the DIV tag to remain as part of the page so when the user navigates away from the search page and uses the 'Back' button to navigate back the search results are still there without having to hit the webservice again?

If I didn't make myself clear enough on what I am trying to do, go ahead and test the site www.lsbio.com, use the search terms human mouse, click on a product and then hit the back button.

View 1 Replies


Similar Messages:

Javascript - Data From WebService Is Not Retained In Page History

Jan 20, 2011

I am using a web service to pass back search results. To do this I am using ToolkitScriptManager with a ServiceReference to my web service and calling the web service up with javascript. The javascript call looks something like this:WebService.GetResults("search term", OnSuccessGetData, OnFail);

View 1 Replies

AJAX History Points Lost When Returning To Previous Page?

Jan 14, 2010

I am attempting to retrofit a web application that had a rudimentary, yet mostly effective navigation infrastructure that, when properly utilized, allowed navigating forward and backward through AJAX states and other pages through the use of additional <asp:Button> objects labeled "Back" to perform special code for restoring previous states. There was an elaborate stack push and pop algorithm for this. The effect was very similar to what is described in Diagram 1 (AStatex refers to an AJAX related state of the page). The reason for this is so that it takes away the reliance on the contrived Back button and so that accidentally hitting the browser's back button or hitting the Backspace key won't cause a loss of state.

View 2 Replies

AJAX :: Maintain Accordian History And User Navigates To Next Page

Mar 3, 2011

How to maintain Accordian history and user navigates to next page and trys to comeback to same page (where the accordian is). Its not actually a different page, but I am using asp multi view and Accordian in a view.

View 1 Replies

Detect Client-side When A Page Load Is The Result Of An AJAX History Point?

May 25, 2010

I'm trying to prevent a "flicker" effect that is occurring on my ASP.NET page which occurs when a user navigates to the page via the browser back button after having navigated away from it. The reason for the flicker is that I'm using an Update Panel which has some content in there on the initial page-load. As a result, when the page is loaded via a back button that initial content is shown very briefly before it is updated with the correct History-aware data.

In order to overcome this I am intending on having the updatepanel hidden (display: none) on inital page load and then show it as long as we don't have any history to deal with. The problem is that I can't find out what to check to determine if there's any history. I can see that the Sys.Application has a _history member but when I'm checking it on page init it is null each time.Does anyone know what I should be checking to determine if there's history to deal with for a page load client-side? And at what point to do it?

View 3 Replies

Web Forms :: How Value In Ajax Tabcontainer Can Be Retained

Jun 7, 2012

how value of objects inside tabcontainer can be retained?

View 1 Replies

Forms Data Controls :: Dropdown Selected Data Not Retained In Multiview

Dec 26, 2010

I have added a multiview and menu in a web page. I have 2 views. In both the views, i have added 2 dropdownbox. Two different Dropdown box is available in both the views. Dropdownbox are filled from the database.In the first view, i selected a data in the dropdownbox, and moved to the next view. In the second view, i selected a data in the dropdownbox. I clicked on the first menu, and in the dropdownnbox i am not able to retain the selected data. It is going to the default value.

[code]...

View 3 Replies

Maintain Browser History In AJAX?

Jan 20, 2011

How can maintain the browser history while performing ASP.NET AJAX asynchronous postback operation.

View 1 Replies

AJAX :: Changing URL With ScriptManagers History Points?

Jul 12, 2010

I'm using asp.net AJAX and history points with the ScriptManager and it works great. My only problem is that when I make non AJAX pages I have come to love url-rewriting with nice "hackable" urls. Without SecureHistoryState my url will look like for example [URL] where "/Home/Frontpage" is the page to show. I have seen on other web-pages with AJAX (maybe not asp.net) that the url will change into for example [URL] which is a lot nicer. Or if I could have[URL]I would be very happy. I don't need the history url to contain anything else than the page path. Is this at all possible with asp.net AJAX?

View 1 Replies

AJAX :: Can't Disable Back Button History

Oct 5, 2010

we have a web form with check boxes on.

When we click our back button the page only returns to the previous state (un checking the check boxes one by one after each click). We would like it to go back to the previous page and remember the history of the page.

I've tried :

[Code]....

but this just crashes the page.

our javascript button looks like this:

<input type="button" value="Back" onclick="history.go(-1)" />

(the browser back button does the same thing)

View 6 Replies

AJAX :: Find The Extensions History Control?

Feb 16, 2010

I want to add the History Control to my Ajax Extensions Toolkit.

I'm using Visual Web Developer 2008 Express Edition Version 3.5 SP1

Is this Possible? - cause I understand Visual Studio 2008 Standard Edition SP1 already includes these Ajax Extensions.

If it is from where can I find the right download?

View 1 Replies

AJAX :: Way To Maintain History Points Even When Visit Different Pages?

May 28, 2010

I have a website which contains several ajax enabled pages. I need to maintain state in each page. I have added historypoints in each page. My back button works fine as far as I am on single page. But when I visit different page and then click back button to come to original page, only the last history state for that page is loaded and all other seem to get wiped out. What I mean is, clicking back button again takes me to previous page instead of loading same page again from history point. Is there any way to maintain history points even when I visit different pages

View 4 Replies

AJAX :: Try To Open My Webservice In IE Browser Using Following Link To See The Javascript Proxy, It Return Blank Page?

Apr 11, 2010

I created a very simple webService using the VS2008 template. i am planning to use Ajax call for the webService.when i try to open my webservice in IE browser using following link to see the Javascript proxy, it return blank page.[URL]

View 3 Replies

AJAX :: Firefox Retaining History Point In URL Even After Response.Redirect?

Dec 14, 2010

Observing this strange behaviour in Firefox when a history point is added using ScriptManager. Firefox retains the history point in a URL even if Redirect the browser to a new URL.teps to recreate:1. Save the code below as an aspx page in a website and browse to it.2. Click on the "AddHistoryPoint" button. It just adds a history point to the browser URL. (#&&key1=value1 gets added to URL)3. Now click on "Redirect to Google" button. The browser redirects to [URL]) is retained in the URL bar.This happens only in FF (checked in v3.5 and v3.6) browser. This odd behaviour in FF causes lot ot trouble when redirecting to other pages in the same site that change their state based on the state info present in URL.

[Code]....

View 5 Replies

Web Forms :: Maintain Ddl Values When Page Changes From Default To History?

Jun 8, 2010

i have a master page that has a an accordion and inside the accordion is a cscading dropdownlist and then a button... Basically you select the values from the dropdowns and the click the button to change the content form from default.aspx to history.aspx. This works fine the first time I do it with the exception that cascadiing ddl all reset and then if i populate again and clcik the button again I get the following error(below)... I know I can set enableEventValidation = false, but wondered why this is occuring and what effect setting it to false would have? The second part of the question would be how do I maintain the ddl values when the page changes from default to History.sapx? I am using the following for the button.

<asp:Button ID="btnNewRecord" runat="server" Text="New" PostBackUrl ="~/History.aspx" />
Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true"
%> in a page.

For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.

View 3 Replies

AJAX :: Javascript Window.history.back() With Modal Popup Extender

Sep 30, 2010

I have a asp.net page that has a list of items. When one of the items from the list is clicked a details page is displayed. This details page has a link button to show a popup for history of the item. The details page also has a button with text 'Back'. The back button has onclick event set to "javascript:window.history.back();".

This back button works fine and goes back to the first page. However when the user is on the second page and opens the pop up by clicking on the link button, the back button stop working and displays Webpage has expired message.

View 2 Replies

AJAX :: Broadcast New Data Using Webservice?

Jun 8, 2010

I am working on an application just like any fast food restaurant uses for example McDonalds.

Basically, application consists of three parts.

1) Web Application # 1 to take orders (Used by the clerk(s))

2) Web Application # 2 to process orders (used by the chef back in the kitchen)

3) WebService returns new orders (with PENDING status) to Web Application # 2.

Write now, Application # 1 adds new orders to the database. Application # 2 calls the WebService to get new ordes by REFRESSHING the page again and again. Refreshing the page over and over again is the problem.

I want the WebService to automatically send new data (oredrs with PENDING status) to Web Application # 2 whenever Application #1 add new order.

Application # 1 can call WebService (sending true flag) to let it konw that something has been added so the WebService can broadcast new date to Application # 2

Here is the flow which I am trying to achieve

Application # 1 (Takes new Order)
Application # 1 then call WebService (sending true)

WebService (if true is received), send new data to WebApplication # 2, cause postback on Applicatin # 2 automatically

For Example just imagine when you walk in McDonalds

Clerk takes your order -> New order is automatically send to the Kitchen (to process order)

Here is the breakdown

Application # 1 = Clerk taking order
WebService = Mechanism which is sending new order to Kitchen
Application # 2 = Monitor in the Kitchen receiving orders.

View 6 Replies

How To Save Data Through Ajax Webservice Without Postback

Mar 15, 2010

Or is there any simpler solution ?

View 1 Replies

AJAX :: Webservice Returns Wrong Data?

Jun 25, 2010

So I have a WebMethod that I call using jQuery. The method is supposed to return a unique URL to a image file created dynamicly.

The WebMethod is called in a for loop so anywhere from 1 to 50 calls gets fired async.

The problem is that the webservice seems to be using the same instance of the object, so that it returns the same value to a couple of the requests.

[Code]....

Shouldn't the WebMethod create a new instance of the class for each call, so that all values are stored individually in memory?

[Code]....

View 3 Replies

AJAX :: How To Automatically Update Data When WebService Change

Nov 16, 2010

My scenario is create a webservice(regional weather prediction, or currency rate), and a client application having a updatepanel and then consume that service.Now, when webservice changes its data(temperture goes up or down, rate changes)I want to ask is there any way client can aware that webservice has changed so it will update properly.

View 3 Replies

AJAX :: Fastest Way To Retreive Data From Database From Webservice?

Jan 25, 2010

I'm using Webservice which will return the data from the database through datatable and I'll convert the datatable into byte array. In front end, I'll reconvert the bytearray to datatable and used ajaxloader to display it in the form.. It is dynamic loading. So, for each click, it is taking 10 seconds to retreive the data regardless of the size of the data. So, I used static datatable and I've loaded all data in that datatable in page load event. But, no reaction. It is taking only same time. Even, there is no data to retreive, the ajax loader is going on loading for 10 seconds. Problem is with Ajax or my webservice?? Plz, tell me some other idea??!!

[Code]....

View 1 Replies

AJAX :: ASPX WebMethod Not Running The WebService Webmethod Returning The Page?

May 19, 2010

I have a service that works great on my development box. It uses JQuery to hit my web service, and then the JSON results are sent back.

The web service is located on our basePage.cs. We didn't want to put out an external WebService for this. Our on beta box something different is happening.

The web page seems to be trying to call the web method correctly - the JSON data is being sent... but the server doesn't seem to know it's a webmethod. here's my service function (it's in our basepage.cs which inherits from Page).

[Code]....

View 2 Replies

AJAX :: Pass "Page Load" Variable To Cascading Drop Down Webservice?

Apr 6, 2010

I have an ASP.NET (VB.NET) page that uses the Cascading Drop Down extender control. The webservice currently has the datasource (e.g. an XML file) hard-coded, based on the CCD example. What I would like to do now is based on the the logged on user, and their Active Directory credentials (at Page Load) programatically select/define which of multiple XML stored on the server should be used by the CDD control. All of the code-behind has been written already, I'm just having a hard time passing the variable generated during Page Load function to the CDD webservice. (Note: The CDD control loads immediately)

[Code]....

View 1 Replies

String Not Retained On Postback?

Nov 9, 2010

A user logs in by inserting their user id and password.If they don't have an email address assigned to their login details they are asked to submit one before they can continue.They then continue to the home page in a logged in state.he trouble I'm having is that the user id and password are not retained when they submit their email address so the login fails.

Dim userid as String
Dim password as String
Sub Page_Load(ByVal Sender as Object, ByVal E as EventArgs)
end sub
[code]...

View 1 Replies

Forms Data Controls :: Using Gridview To Create Searchable History - C#

May 26, 2010

I'm looking to use a gridview to create a basic search page for my website. On the page I have the following:

1.) A dropdown list with the search parameters
2.) Textbox where the user enters their search
3.) A Submit button.

In the submitclick, I want the gridview to display the contents of my database, but only the items that match what the user has entered into the textbox based on the parameter they chose from the dropdown list. I have the following code:

SqlConnection SearchConnection = new SqlConnection(ConfigurationManager.ConnectionStrings["LandRover"].ToString());
SqlCommand SearchCommand = new SqlCommand("SELECT * FROM ORDERLINE WHERE " + ddlSearch.SelectedValue.ToString() + " = @Search", SearchConnection);
SearchCommand.Parameters.Add("@Search", SqlDbType.NVarChar).Value = txtSearch.Text;
SearchConnection.Open();
SqlDataReader SearchReader = SearchCommand.ExecuteReader();
if (SearchReader.HasRows)
{
grvHistory.DataSource = SearchReader;
grvHistory.Visible = true;
grvHistory.DataBind();
}

I'm code this in C#

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved