473,396 Members | 1,924 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.

Good diagram showing asp.net events?

Hello

I'm currently looking for a diagram that shows the event we can register
with asp.net.
I'm currently a bit lost with when they are fight and which one are our
disposal.....
Thanks,
José
Sep 7 '06 #1
2 1227
José,

I believe you want to see a diagram of the ASP.NET lifecycle. Below
are some places you may find that.

To easily get at the events you can do a few of things...

In C#, type "protected override void " and Intellisense will kick in
and give you lots of options. Instead of overriding the method, you may
instead type "this.Load += " and then hit the tab key. That will also
activate a useful wizard.

In VB.NET you can actually see all of the event handlers in the
drowndown lists at the top of the editor window. The ones you are not
currently coding are in gray and by clicking on it Visual Studio will
add it to your code and place your cursor that. When I went back to C#
from VB.NET that was the feature I miss most.

Here is a diagram...
http://www.eggheadcafe.com/articles/20051227.asp

And here is a description...
http://www.csharper.net/blog/page_li...p_net_2_0.aspx

Here are the official docs.

http://msdn2.microsoft.com/en-us/library/ms178472.aspx

Brennan Stehling
http://brennan.offwhite.net/blog/

José Joye wrote:
Hello

I'm currently looking for a diagram that shows the event we can register
with asp.net.
I'm currently a bit lost with when they are fight and which one are our
disposal.....
Thanks,
José
Sep 7 '06 #2
Hello,

Many thanks!
This is exactly what I was looking for.

- José

"br*****@offwhite.net" <of******@gmail.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
José,

I believe you want to see a diagram of the ASP.NET lifecycle. Below
are some places you may find that.

To easily get at the events you can do a few of things...

In C#, type "protected override void " and Intellisense will kick in
and give you lots of options. Instead of overriding the method, you may
instead type "this.Load += " and then hit the tab key. That will also
activate a useful wizard.

In VB.NET you can actually see all of the event handlers in the
drowndown lists at the top of the editor window. The ones you are not
currently coding are in gray and by clicking on it Visual Studio will
add it to your code and place your cursor that. When I went back to C#
from VB.NET that was the feature I miss most.

Here is a diagram...
http://www.eggheadcafe.com/articles/20051227.asp

And here is a description...
http://www.csharper.net/blog/page_li...p_net_2_0.aspx

Here are the official docs.

http://msdn2.microsoft.com/en-us/library/ms178472.aspx

Brennan Stehling
http://brennan.offwhite.net/blog/

José Joye wrote:
Hello

I'm currently looking for a diagram that shows the event we can register
with asp.net.
I'm currently a bit lost with when they are fight and which one are our
disposal.....
Thanks,
José

Sep 7 '06 #3

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

Similar topics

3
by: Yavuz Bogazci | last post by:
hi, i am searching for a good diagram component. i need to view company related structural diagrams within .net WEBforms. are there recommended components? or perhaps tips and sources? ...
13
by: Xah Lee | last post by:
there's this one i can't figure out. I'm trying to kick out image.google.com's top frame when it goes to my page. If you go to http://images.google.com/images?q=milk+tits click on the page...
12
by: Xah Lee | last post by:
Frameset Infinity! http://xahlee.org/js/frame2/frameset.html HTML Frame tutorial + Infinity! http://xahlee.org/js/frame/0.html Xah xah@xahlee.org ∑ http://xahlee.org/
7
by: Bruce | last post by:
I have a DotNet C++ class that I would like to fire an event to then be used by VB.Net using the With Events keyword. I have experience creating connection point events for ActiveX controls, it is...
0
by: rjszum | last post by:
Hello, Could someone point me in the right direction. I want to use a calendar control and show events in the calendar for each date. These events would come from a sql 2000 db. So looking at the...
2
by: Sunfire | last post by:
I have an interesting problem. I wanted to see the events available for a control. Yesterday it was a button, today it is a TreeView. When I right click the treeview and go to properties, There is...
0
by: Curious | last post by:
I have a .NET project. Just wonder how to automatically generate a class diagram showing all of the class hierarchy and their associated methods.
2
by: java | last post by:
Hi: There is an introductory diagram for those confused by javascript type wrangling (i.e., runtime type conversion by the javascript interpreter). http://mollypages.org/misc/jstypes.mp ...
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
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.