Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • mrlowe 2 posts 22 karma points
    Sep 06, 2012 @ 17:11
    mrlowe
    0

    Posting data to another page?

    ASP.net provides several options for posting data to another page or usercontrol within your site, but they all seem to fail within Umbraco (at least that's how it seems when reading through forum posts or trying them myself).

    • I've tried using PostBackURL, but it's not-recommended in a couple of forum posts, and I'm confused about how it interacts with URL Rewriting. Basically, I don't know what URL to use to refer to usercontrol Foo.ascx.

    • I've tried using Server.Transfer, but it doesn't seem to work in a handler like Button onclick.

    • I can't use Response.Redirect and put data in the GET query string, because there's a big chunk of data to transfer ... I need to POST.

    Is there a recommended way of doing this for an Umbraco site?

    Thanks!

Please Sign in or register to post replies

Write your reply to:

Draft