Is it possible to observe an event using javascript file?

Hi all,

 Is it possible to observe an event using a javascript file using include script control (.js file) rather than using a scriptblock.?

thanks
tmv

Yes. You can use the Script Include control to include any arbitrary javascript file. If you want that file to be dynamically processed (if it has binding expressions) you can set the Evaluate property to true.

Regards,
–mark