Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: (1) store the number of dynamic buttons in a hidden field (2) then in Page_Init method add the following code if (Page.IsPostBack) { re-create of buttons based on the hidden value } (3) don't forget to wire up with event handler, as someone have already suggested this.EditButton.Click += new System.EventHandler(this.EditButton_OnClick); |
The End.