PRG pattern or anything similar in ASP.NET WebPages

Connorskates

New Member
The question is centered around this concept:
A website based on asp.net-webpages includes a form that
when submitted executes a page, which includes the WebMail Helper.
That page then requests the values and sends them to my email address.

The only downside is that the page can be reloaded and it will resend the values.
To prevent this I will need to include a PRG pattern or anything similar to it.

Any help is much appreciated.


A solution would be useful for the next step, which is: adding an email confirmation step.
With the hope that I can avoid using the MVC pattern.
 
Back
Top