How do i reuse code in multiple code behind pages?
I wrote some code to protect my guestbook from script fiends (so it checks and fixes various scripting hacking techniques)
i now want to use the same piece of code in other places but re-using the same code so as i become more familiar with scripting techniques i can just update that 1 piece of code
I wrote some code to protect my guestbook from script fiends (so it checks and fixes various scripting hacking techniques)
i now want to use the same piece of code in other places but re-using the same code so as i become more familiar with scripting techniques i can just update that 1 piece of code
