Re: .js File |
| Ashutosh Dhok replied to Lokesh M at 04-Jul-08 12:20 |
Hi Lokesh,
Write all the code in one .js (like function.js) file and add this file in your different aspx page using below syntax.
<script type="text/javascript" src="function.js">
It will solve your problem.
Regards
Ashutosh |
|