Click here to Skip to main content
15,903,854 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Multiple Items Selection from a dropdown Pin
rameshbhojan28-May-07 18:24
rameshbhojan28-May-07 18:24 
GeneralRe: Multiple Items Selection from a dropdown Pin
Chetan Ranpariya28-May-07 20:05
Chetan Ranpariya28-May-07 20:05 
GeneralRe: Multiple Items Selection from a dropdown Pin
rameshbhojan29-May-07 2:08
rameshbhojan29-May-07 2:08 
GeneralRe: Multiple Items Selection from a dropdown Pin
rameshbhojan4-Jun-07 17:53
rameshbhojan4-Jun-07 17:53 
GeneralRe: Multiple Items Selection from a dropdown Pin
Chetan Ranpariya4-Jun-07 19:52
Chetan Ranpariya4-Jun-07 19:52 
AnswerRe: Multiple Items Selection from a dropdown Pin
Tarakeshwar Reddy25-May-07 3:18
professionalTarakeshwar Reddy25-May-07 3:18 
QuestionWeb.config Pin
Glenn D'souza24-May-07 20:48
Glenn D'souza24-May-07 20:48 
QuestionMost secure way to submit hidden fields? Pin
InvalidTypecast24-May-07 20:44
InvalidTypecast24-May-07 20:44 
I am reading paypal's instructions for integrating a custom shopping cart into their payment system on their website.

They state an example would look something like this:

<code><form action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="you@youremail.com">
<input type="hidden" name="item_name" value="Item Name">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="amount" value="0.00">
<input type="image" src="http://www.paypal.com/en_US/i/btn/x-click-but01.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form></code>

I have concerns with this as hidden fields can be modified as its saved in the html on the client side. Can I simulate this in my codebehind in my aspx.cs file so that I don't have to worry about people messing with the values? I am using c#. What is my best bet?

Thank you
AnswerRe: Most secure way to submit hidden fields? Pin
N a v a n e e t h24-May-07 20:55
N a v a n e e t h24-May-07 20:55 
GeneralRe: Most secure way to submit hidden fields? Pin
Guffa24-May-07 23:01
Guffa24-May-07 23:01 
GeneralRe: Most secure way to submit hidden fields? Pin
N a v a n e e t h24-May-07 23:55
N a v a n e e t h24-May-07 23:55 
AnswerRe: Most secure way to submit hidden fields? Pin
Guffa25-May-07 0:08
Guffa25-May-07 0:08 
GeneralRe: Most secure way to submit hidden fields? Pin
N a v a n e e t h25-May-07 0:23
N a v a n e e t h25-May-07 0:23 
AnswerRe: Most secure way to submit hidden fields? Pin
Guffa25-May-07 2:35
Guffa25-May-07 2:35 
GeneralRe: Most secure way to submit hidden fields? Pin
InvalidTypecast25-May-07 2:50
InvalidTypecast25-May-07 2:50 
AnswerRe: Most secure way to submit hidden fields? Pin
Guffa25-May-07 22:49
Guffa25-May-07 22:49 
AnswerRe: Most secure way to submit hidden fields? Pin
Vasudevan Deepak Kumar24-May-07 22:10
Vasudevan Deepak Kumar24-May-07 22:10 
AnswerRe: Most secure way to submit hidden fields? Pin
Guffa24-May-07 22:57
Guffa24-May-07 22:57 
GeneralRe: Most secure way to submit hidden fields? Pin
InvalidTypecast25-May-07 7:20
InvalidTypecast25-May-07 7:20 
AnswerRe: Most secure way to submit hidden fields? Pin
badgrs24-May-07 23:46
badgrs24-May-07 23:46 
GeneralRe: Most secure way to submit hidden fields? Pin
InvalidTypecast25-May-07 7:23
InvalidTypecast25-May-07 7:23 
GeneralRe: Most secure way to submit hidden fields? Pin
badgrs25-May-07 9:00
badgrs25-May-07 9:00 
GeneralRe: Most secure way to submit hidden fields? Pin
InvalidTypecast25-May-07 9:17
InvalidTypecast25-May-07 9:17 
QuestionRun flash in exe form Pin
mehrdadc4824-May-07 20:31
mehrdadc4824-May-07 20:31 
AnswerRe: Run flash in exe form Pin
Vasudevan Deepak Kumar24-May-07 22:11
Vasudevan Deepak Kumar24-May-07 22:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.