N
Nathan Sokalski
I have LinkButtons that are dynamically created in one of the PostBack
events. They must be created in the PostBack event because one of the
variables required to determine which ones to create comes from the event
arguments. Because the LinkButtons are not created in the Init event, they
will not exist when I click them to perform a postback. How do I handle the
events for these LinkButtons? I appreciate any help you can give. Thanks.
events. They must be created in the PostBack event because one of the
variables required to determine which ones to create comes from the event
arguments. Because the LinkButtons are not created in the Init event, they
will not exist when I click them to perform a postback. How do I handle the
events for these LinkButtons? I appreciate any help you can give. Thanks.