Answered Questions

  • Explain the differences between Server-side and Client-side code?

    Shrikant B

    • May 18th, 2016

    A) Server Side: The code which is executed on the server side ( on the server machine) Example: asp.net.
    B) Client Side: The code which is executed on the client side (on client browser/ machine) Example: JQuery/ JavaScript.

    Zalak Patel

    • Sep 27th, 2011

    =Server side code get executed on the web server in the response of request for any aspx page. =client-side code get executed on the client browser.(e.g. validation of controls, dynamically hiding an...