Hi,
I need a brief description and concept that what is event mapping in Asp.Net?
If you have any useful link please tell me. Write here if you know about this
question.
Thanks
Printable View
Hi,
I need a brief description and concept that what is event mapping in Asp.Net?
If you have any useful link please tell me. Write here if you know about this
question.
Thanks
Hello,
What is the context of this question?
The only thing I can think that you are referring to, is the "mapping" of event handlers to event. For instance, the Button Click event, is "mapped" to the Button Click Event Handler. This is where you would put the code that you want to execute when the button is clicked.
Gary
Ok gep., thank you .
Did that answer your question?