ASP.NET + Dynamically Generated LinkButton Not firing Command
I am dynamically generating Linkbuttons on a page depending on how many rows pulled from a datatable. The problem is when i click the button nothng happens.
I belive it is because when the page postbacks the buttons need to be created again, but I am not sure how to do this as the linkbuttons are generated from the datatable.