I am using a custom server control in my webpage which renders some html.
while it creates the html, it develops an arraylist of values. Is there a way to capture the arraylist from the control so it can
also be used on the same web page ?
this needs to happen in the post back.
while it creates the html, it develops an arraylist of values. Is there a way to capture the arraylist from the control so it can
also be used on the same web page ?
this needs to happen in the post back.
Comment