B
brian
'visual studio 2002 pro 1.0 framwork'
I am creating dynamic Link buttons on my intranet site
and assigning a click_event to them. A user clicks a
link and I call the method to recreate the links in the
page load so the click event will be recogonized. This
works!
Now the link previously clicked actually will generate a
new list of link buttons in the click event. Once I load
the link buttons in page load so the click event is
recogonized and for the code to be ran how do I clear or
delete the link buttons from the page since that code
generates a new set of link buttons.
The link buttons are in a place_holder control.
Thanks
I am creating dynamic Link buttons on my intranet site
and assigning a click_event to them. A user clicks a
link and I call the method to recreate the links in the
page load so the click event will be recogonized. This
works!
Now the link previously clicked actually will generate a
new list of link buttons in the click event. Once I load
the link buttons in page load so the click event is
recogonized and for the code to be ran how do I clear or
delete the link buttons from the page since that code
generates a new set of link buttons.
The link buttons are in a place_holder control.
Thanks