J
John Mason
Hi!
I hope someone can assist... this has been driving me crazy!!
I have dynamically added several htmlbuttons to a placeholder control
using...
AddHandler btnReports.ServerClick, AddressOf Get_Date_Range
In the Get_Date_Range sub, I am trying to find out which button was
clicked. Each button I dynamically created has a unique ID and text
value.
I need to get the ID of the clicked button to pass to another
sub-routine. The number of htmlbutton's within this placeholder does
vary depending on the current user's role (role-based forms
authentication).
Any advice would be very much appreciated!!!
Thanks,
John.
I hope someone can assist... this has been driving me crazy!!
I have dynamically added several htmlbuttons to a placeholder control
using...
AddHandler btnReports.ServerClick, AddressOf Get_Date_Range
In the Get_Date_Range sub, I am trying to find out which button was
clicked. Each button I dynamically created has a unique ID and text
value.
I need to get the ID of the clicked button to pass to another
sub-routine. The number of htmlbutton's within this placeholder does
vary depending on the current user's role (role-based forms
authentication).
Any advice would be very much appreciated!!!
Thanks,
John.