ASP.NET Interview Questions

Wednesday, November 14th, 2007 Posted in ASP.NET Interview Questions | No Comments »

1. Explain the differences between Server-side and Client-side code? Server side scripting means that all the script will be executed by the server and interpreted as needed. ASP doesn’t have ... Read more..