Hi
I have a function called addsub() in a.aspx page. i want to call this
addsub() function in b.aspx page. how to call this..? can you guys help me with this..
Thanks
I think you would want to add a generic class module (.vb file) to your project, maybe call it common.vb or something, and put your addsub() method as a public sub in that class.
Then on both of your pages you would put the following code:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.