hopefully I explain this correctly.
I have a function in a class file that builds a bunch of dynamic controls. I need to add a handler to some of these controls to call a sub routine in the code behind page. How is this accomplished? I just need to know how I do addhandler control.click, aspx.vb.subroutine.
My sub routine is defined as a public shared sub.
so my class file is call expReport.vb and I need to be able to add a handler to a sub in a file called start.aspx.vb. Sub routine is called showMenuList.
I have a function in a class file that builds a bunch of dynamic controls. I need to add a handler to some of these controls to call a sub routine in the code behind page. How is this accomplished? I just need to know how I do addhandler control.click, aspx.vb.subroutine.
My sub routine is defined as a public shared sub.
so my class file is call expReport.vb and I need to be able to add a handler to a sub in a file called start.aspx.vb. Sub routine is called showMenuList.