I have a small problem. I am developing an online seat reservation system which allow users to click and select seats. I am using buttons for seats. I am writing a method for the button click event for all buttons. I need to know how to identify the id of the button, user clicked. thanks in advance.
.NET/.NET
asp.net How to get the id of the button user clicked
네코냥이
2014. 1. 23. 14:05
1 | When you use a button clicked event, the signature of the method that'll handle the event goes like this:
You an have all your buttons pointing their | ||||||
|
4 | The first parameter of your event handler (
|