Thycotic.RemoteScripting is a library to execute server side ASP.NET code from client-side Javascript. This library ports Microsoft's Remote Scripting functionality from ASP to ASP.NET.
Features:
* AJAX style functionality for a more interactive experience.
* Port your legacy classic ASP Remote Scripting code to ASP.NET.
* Drop in replacement for the rs.asp file from classic ASP.
* Supports string input parameters to your server side methods.
* Supports return type conversion of bool, string, DateTime, numbers (int/double/long/float) or Arrays of these types to Javascript.
* Supports use of RSGetASPObject to get client proxy object.
|
|