in witch event i shoud write code?(for datalist)
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
I have a datalist that as two button in item template.i want to when i click on a button get the id of that row.that type of id is char.in witch event I should write this code.
-
I have a datalist that as two button in item template.i want to when i click on a button get the id of that row.that type of id is char.in witch event I should write this code.
In the click event for the button ?
Christian Graus No longer a Microsoft MVP, but still happy to answer your questions.
-
I have a datalist that as two button in item template.i want to when i click on a button get the id of that row.that type of id is char.in witch event I should write this code.
ItemCommand
. There are more specific event such asUpdateCommand
DataList Events[^].Eslam Afifi