Steven
Steven

Reputation: 2208

HTTP post without redirecting user

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

Upvotes: 0

Views: 292

Answers (1)

Shoban
Shoban

Reputation: 23016

Are you looking for AJAX and ASP.net?

Upvotes: 1

Related Questions