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

Last Event on Page Postback

Hi,

I was trying to do something when what generate a postback as finnish.
There is a "inverse" event to page_load?

Best Regards

Pedro
Nov 19 '05 #1
3 1100
Pedro:
Take a look at:
http://msdn.microsoft.com/library/de...nLifecycle.asp

The "inverse" of Page_Load is Page_Unload. The latest you can send stuff
out to the browser though is in the PreRender event.

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"Pedro" <Pe***@discussions.microsoft.com> wrote in message
news:D6**********************************@microsof t.com...
Hi,

I was trying to do something when what generate a postback as finnish.
There is a "inverse" event to page_load?

Best Regards

Pedro

Nov 19 '05 #2
Pedro,

PreRender event is your last change to make changes in page output. UnLoad
event is good for final cleanup work.

Eliyahu

"Pedro" <Pe***@discussions.microsoft.com> wrote in message
news:D6**********************************@microsof t.com...
Hi,

I was trying to do something when what generate a postback as finnish.
There is a "inverse" event to page_load?

Best Regards

Pedro

Nov 19 '05 #3
Thanks

PreRender works fine for what I want to do.

Pedro

"Eliyahu Goldin" wrote:
Pedro,

PreRender event is your last change to make changes in page output. UnLoad
event is good for final cleanup work.

Eliyahu

"Pedro" <Pe***@discussions.microsoft.com> wrote in message
news:D6**********************************@microsof t.com...
Hi,

I was trying to do something when what generate a postback as finnish.
There is a "inverse" event to page_load?

Best Regards

Pedro


Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Earl Teigrob | last post by:
I did a ton of searching to try and find a simple solution to this issue and finally wrote my own, which I am sharing with everyone. In my searching, I did find a very complete and robust solution at...
6
by: MooreSmnith | last post by:
When I navigate to the next page using Response.Rediect("MyNextPage.aspx") current page Page_Load event is called. What I may wrongly understood is that post back will happen whenever there is any...
8
by: Steve Schroeder | last post by:
For some reason I cannot get the OnSelectedIndexChanged event to fire for a listbox I have on a page. I'm able to populate the listbox with data from a stored procedure, but cannot trigger the...
1
by: choukrou | last post by:
Hello everybody! Got a nice problem on 1 of my aspx (and only one): It was working "perfectly" for 1year and a half. Last week I had to fix a lil bug. I do that and test my app. And on the fixed...
1
by: Jeremy Martin | last post by:
Hi, I am currently learning c# so be gentle :) I am converting a Delphi.NET website to c# website and I am confused as to how events are handled. 2 Situations. 1. A component on a...
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: 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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.