Answered Questions

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

    niyas

    • Nov 23rd, 2012

    The code which running at the client web browser is called client side scripting whereas code which is running at the web server is known as server side scripting..
    Examples for client side scripting is: javascript,VBScript ..
    Example for server side scripting is: ASP.NET,PHP,JavaEE ..

    ashok chowdary

    • Jun 7th, 2012

    The code which executed on server is called server side code( .ASPX file whis server side code)
    The code which is executed on client System is called client side code(Example: java script which is client side code)