Click here to Skip to main content
15,914,642 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Avoid mails to spam or bulk Pin
ednrgc20-Dec-06 2:16
ednrgc20-Dec-06 2:16 
AnswerRe: Avoid mails to spam or bulk Pin
Britney S. Morales20-Dec-06 10:32
Britney S. Morales20-Dec-06 10:32 
AnswerRe: Avoid mails to spam or bulk Pin
RichardGrimmer21-Dec-06 1:28
RichardGrimmer21-Dec-06 1:28 
Questionuse controls from app? Pin
aspnu20-Dec-06 1:00
aspnu20-Dec-06 1:00 
AnswerRe: use controls from app? Pin
ToddHileHoffer20-Dec-06 1:55
ToddHileHoffer20-Dec-06 1:55 
AnswerRe: use controls from app? Pin
ednrgc20-Dec-06 2:17
ednrgc20-Dec-06 2:17 
AnswerRe: use controls from app? Pin
aspnu20-Dec-06 2:39
aspnu20-Dec-06 2:39 
Questionproblem to use buy now button of paypal Pin
Imran Khan Pathan20-Dec-06 0:51
Imran Khan Pathan20-Dec-06 0:51 
hi friends

i get code for buynow button of paypal

i am getting a problem to use it.

my code is

<form name="_cart" action="https://www.paypal.com/cgi-bin/webscr" method="post"><br />
    <input type="hidden" name="cmd" value="_cart"><br />
    <input type="hidden" name="upload" value="1"><br />
    <input type="hidden" name="currency_code" value="USD"><br />
    '<br />
    '<br />
    '<br />
</form>



error is:-


Invalid postback or callback argument. Event validation is enabled using <pages enableeventvalidation="true"> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.

plz give me right solution

thanks

Pathan
AnswerRe: problem to use buy now button of paypal Pin
ToddHileHoffer20-Dec-06 1:54
ToddHileHoffer20-Dec-06 1:54 
GeneralRe: problem to use buy now button of paypal Pin
Imran Khan Pathan20-Dec-06 2:08
Imran Khan Pathan20-Dec-06 2:08 
QuestionCalling a method Pin
Dayekh19-Dec-06 23:59
Dayekh19-Dec-06 23:59 
AnswerRe: Calling a method Pin
ToddHileHoffer20-Dec-06 1:51
ToddHileHoffer20-Dec-06 1:51 
GeneralRe: Calling a method Pin
Dayekh20-Dec-06 4:55
Dayekh20-Dec-06 4:55 
AnswerRe: Calling a method Pin
ednrgc20-Dec-06 7:30
ednrgc20-Dec-06 7:30 
QuestionHow can I handle my error class whenever any exception is raised. Pin
m.rastgar19-Dec-06 23:14
m.rastgar19-Dec-06 23:14 
AnswerRe: How can I handle my error class whenever any exception is raised. Pin
ToddHileHoffer20-Dec-06 1:49
ToddHileHoffer20-Dec-06 1:49 
GeneralRe: How can I handle my error class whenever any exception is raised. Pin
m.rastgar20-Dec-06 2:12
m.rastgar20-Dec-06 2:12 
GeneralRe: How can I handle my error class whenever any exception is raised. Pin
ToddHileHoffer20-Dec-06 2:30
ToddHileHoffer20-Dec-06 2:30 
GeneralRe: How can I handle my error class whenever any exception is raised. Pin
m.rastgar22-Dec-06 18:58
m.rastgar22-Dec-06 18:58 
QuestionDefault DDL Value Pin
Dayekh19-Dec-06 23:13
Dayekh19-Dec-06 23:13 
AnswerRe: Default DDL Value Pin
Shajeel20-Dec-06 0:33
Shajeel20-Dec-06 0:33 
GeneralRe: Default DDL Value Pin
Dayekh20-Dec-06 0:57
Dayekh20-Dec-06 0:57 
QuestionASP & AJAX Pin
popin19-Dec-06 23:07
popin19-Dec-06 23:07 
Questionhow to retrieve emails in asp.net [modified] Pin
gaurik19-Dec-06 22:55
gaurik19-Dec-06 22:55 
QuestionHow to put DropDownListBox in GridView using ASP.net with C# (VS 2005)? Pin
solankivipul19-Dec-06 22:54
solankivipul19-Dec-06 22:54 

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.