Tuesday, October 7, 2008

Diff between Server Script and Browser Script

Browser Script
Browser script is used for:-
  • Communication with the user
  • Interaction with desktop applications
  • Data Validation and Manipulation limited to current record

Server Script
Server Script is used for:-
  • Query , Insert , Update and delete operations
  • Access to data beyond the current record

No comments: