473,320 Members | 2,029 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Refreshing part of a page in asp.net

3
Good day

We are using a Google Earth object in one of our systems. We have a list box with clients and their coordinates in a SQL database. Every time a person selects a client to see the location on the Google Earth object the whole page refreshes and it takes long. We want only the Google Object to refresh. We tried using Ajax, but we seem to have some problems.

Please let me know if there is specific code you want to see. I will gladly inform you.

Thank you for the help.
WikIT
Dec 8 '09 #1
5 1976
Frinavale
9,735 Expert Mod 8TB
Ajax stands for Asynchronous-JavaScript-And-XML. This means that a full page postback should not be happening if you are using Ajax.

What kind of problems were you having?
Were you using an UpdatePanel?


-Frinny
Dec 8 '09 #2
WikIT
3
Hi

Yes. We are using an UpdatePanel and are using a ScriptManager.
The main problem is that every time an item is selected in the list box the Google object needs to be refreshed, but instead the whole page is refreshed. We just want the Google object to refresh and display the new coordinates.

Thank you
WikiT
Dec 8 '09 #3
Frinavale
9,735 Expert Mod 8TB
Was the ListBox inside the UpdatePanel along with the Google object?

-Frinny
Dec 8 '09 #4
WikIT
3
No. We didn't want to refresh the Listbox with the update panel.

We are going to try a javascript instead. It looks like it will work better for us in that way.

Thank you very much for your time.

Kind Regards
-WikiT.
Dec 9 '09 #5
Frinavale
9,735 Expert Mod 8TB
You should be able to set up the ListBox as a trigger for the UpdatePanel.

-Frinny
Dec 9 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

60
by: A.Translator | last post by:
I have been struggling with a page that is based on a table structure (because that is all I am feeling comfortable with at the moment) styled with css. One of the problems I run in to is Opera...
9
by: Glenn | last post by:
Is it possible to only redraw a portion of an HTML page as part of a request? With each request, I am updating number of results but do not want to lose where you were in a page. I created...
2
by: jdi | last post by:
Hello, I have a seemingly basic question about ASP.NET. I would like to create a page containing an image, which keeps swapping the url of the image source, without refreshing the entire page. ...
5
by: Jensen Bredal | last post by:
Hello, I need to display self refreshing information on a web page written with asp.net. I would image that the info would be displayed either as part of a user control or a web control. How can...
22
by: PSN | last post by:
Hi all, Can some one help me if it is possible to refresh a part of a page, without reloading the whole page. Let's say, i want to add a small message box to my webpage. After writing a message,...
4
by: Dan | last post by:
Hi, i'm not sure to understand the difference between refreshing the pagina by clicking on 'refresh' in the browser and a postback. What i think it is: Suppose a page with a form containing a...
13
by: honey99 | last post by:
Hi! I have to fix a problem in JSP.Actually,i have a JSP page say Ex1.jsp.In this Ex1.jsp i have an anchor tag which links into another JSP page i.e when i click on the link another pop-up window...
0
by: Bali | last post by:
Default.aspx is the starting page containing a control(ascx) which has asp:button control on it. On the button click event it has to open a new page as a modal control. Since refreshing a page in...
1
by: Bali | last post by:
Default.aspx is the starting page containing a control(ascx) which has asp:button control on it. On the button click event it has to open a new page as a modal control. Since refreshing a page in...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.