Prepare for your Next Interview
This is a discussion on What is event handling? within the ASP.NET forums, part of the Web Development category; can any one reply the answer?...
|
|||
|
Re: What is event handling?
Event can be associated with any objects like it could be textbox, buttons
etc that you use to create the user interface. Now it's an action that is generated on performing any validations by pressing such as button and there is an event handler that handles the action and does the required task.That is why you see something like this private Button1.click(e source)handles button1.click. It is not as exact as it comes but yes it can make you understand what is an event handling. Thanks |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Add client event to sever side | somavenki | ASP.NET | 4 | 06-04-2008 11:27 AM |
| Event Effect Graph | Srikanth | Testing Issues | 2 | 07-04-2007 04:02 AM |
| What is need to import java.awt.event.* | Geek_Guest | Java | 1 | 05-29-2007 05:29 AM |
| How do we catch click event? | prakash.kudrekar | VB.NET | 5 | 04-30-2007 10:23 AM |
| textbox TextChanged Event | Geek_Guest | ASP.NET | 1 | 03-15-2007 03:04 AM |