dhtmlxform with login using asp.net mvc

Hi,
Please any example’s is there in dhtmlxform using with asp.net mvc. Login Page with
check the username and password and redirect to next page otherwise through the Invalid username and password message.

Hi

(for this and other two posts)

here is a demo for callback
dhtmlx.com/docs/products/dht … _send.html

you need:

myForm.send(‘php/mirror.php’, function(loader, response) {
alert(response);
});