tags:

views:

39

answers:

1

Hi,

I'm trying to push data to a form in ASPX, but I dont want to the user to be taken to the post page.

I.e

When a user registers on the site I need to push some data to a form and submit the form withtout the user being redirected.

Sp

+1  A: 

Are you looking for AJAX and ASP.net?

Shoban