put reusable ajax.net method into 1 module?

  • Thread starter Thread starter Dica
  • Start date Start date
D

Dica

i'm using the same ajax method in my codeBehind on about 5 different pages.
each ajax method is exactly the same, so i wanted to put it in a module and
just call from there, but this gives me a javascript error about the method
not being found. does anybody know if there's a way around this?


tks
 
Dica said:
i'm using the same ajax method in my codeBehind on about 5 different pages.
each ajax method is exactly the same, so i wanted to put it in a module and
just call from there, but this gives me a javascript error about the method
not being found. does anybody know if there's a way around this?


tks

never mind. found the answer
 
Back
Top