1 | 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. | ||
add comment |
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 (
|
'.NET > .NET' 카테고리의 다른 글
[.NET] OnCommand (0) | 2014.02.02 |
---|---|
.NET 페이지 리퀘스트 이벤트, 업데이트 패널시 사용. (0) | 2014.01.24 |
[ASP.NET] Life Cycle 문서링크 (0) | 2014.01.06 |
Response.Redirect Vs Server.Transfer in ASP.Net (0) | 2013.12.30 |
Difference between Application_Start and Application_OnStart (0) | 2013.12.26 |