Hi Friends,
I have one java script which i need to insert into every page.
I have many master pages so i don't want to add in every master pages.
My requirement is to add this script just before </body> tag.
I think to do this there may be 2 solutions:-
1) To add this in HTTPModule class
2) To overwrite prerender event of Page class.
But i want the exact code to do this.
If Any body has used this. Kindly help me .
Many Thanks in Advance
Ajay Kumar