473,382 Members | 1,717 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,382 software developers and data experts.

How to get the page event which indicates that a page is shown to the interface?

Hi,


I'm building an Ajax project and i need to get an event from the page when the page is finished to load and to render and is shown to the client's interface.

The second question is when i invoke an Ajax panel through the event mentioned above, does it triggers the Ajax UpdateProgress when i call a method inside the UpdatePanel?
Oct 29 '06 #1
3 990
ronverdonk
4,258 Expert 4TB
Your question is not clear to me. You write about an Ajax panel, Ajax UpdateProgress and an event from the page. Ajax is not a product but a sort of setup where HTML, JavaScript and a server script work together asynchronously.

Back to your question: after the request is sent to the server, you can trace the status of your HttpRequest. When the server script is finished, this is indicated in the HttpRequest status. Usually the Ajax function, depending on the package you use, checks the HttpRequest status and sets some sort of completion status at the client side for you to act upon. At that point you can obtain the server results and use it to populate your page.

Now what is it exactly you are looking for?

Ronald :cool:
Oct 29 '06 #2
Thanks,

I'm looking to do some complicated functions as working with Ajax inside a composite control,
but i dont think people have the knowledge yet to help me in these scopes.

Lior
Oct 30 '06 #3
iam_clint
1,208 Expert 1GB
Looking to make some complicated functions?


This does not describe in any way what your trying todo, ronverdonk posted a good reply to what u had asked the first time if this does not help you then what are you trying todo posting that no one has the knowledge yet to help you is incorrect, If you need help please post your question in a clear manner.
Oct 30 '06 #4

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

Similar topics

0
by: Mark Goldin | last post by:
I am trying to put together a small project where I will learn how to embed win controls in apsx pages. So far I got some code. When I run an aspx page nothing is shown on the page. Here is a class...
2
by: John Lau | last post by:
Hi, Is there documentation that talks about the page lifecycle, the lifecycle of controls on the page, and the rendering of inline code, in a single document? Thanks, John
4
by: rom | last post by:
I need to print a html table when the user clicks on a key. the problem is that i don't want the printer dialog box to appear. i guess this is impossible in javascript so i think to create an...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...

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.