Click here to Skip to main content
15,902,802 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: required field validator is not working properly for dropdownlist Pin
chakran16-Dec-09 20:00
chakran16-Dec-09 20:00 
QuestionHow to implement timer in asp.net application? Pin
Raheem MA16-Dec-09 18:57
Raheem MA16-Dec-09 18:57 
AnswerRe: How to implement timer in asp.net application? Pin
Dinesh Mani16-Dec-09 19:15
Dinesh Mani16-Dec-09 19:15 
AnswerRe: How to implement timer in asp.net application? Pin
Aman Bhullar16-Dec-09 19:44
Aman Bhullar16-Dec-09 19:44 
Questionproject on asp.net Pin
Shekhar Kadam16-Dec-09 18:53
Shekhar Kadam16-Dec-09 18:53 
AnswerRe: project on asp.net Pin
Abhijit Jana16-Dec-09 18:59
professionalAbhijit Jana16-Dec-09 18:59 
AnswerRe: project on asp.net Pin
Ashfield17-Dec-09 1:22
Ashfield17-Dec-09 1:22 
Questionpaypal Pin
mylogics16-Dec-09 18:34
professionalmylogics16-Dec-09 18:34 
hi......
i have used paypal functionality in my project....
i have used the following code:
<form action="<%Response.Redirect("https://www.sandbox.paypal.com/cgi-bin/webscr")%>" method="post">
        <input type="hidden" name="cmd" value="_xclick" />
        <input type="hidden" name="bussiness" value="xyz@xyz.com" />  
        <input type="hidden" name="item_name" value="Tanzanite" />
        <input type="hidden" name="currency_code" value="USD" />
        <input type="hidden" name="amount" value="100.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>

but before loading the form it directly redirects to paypal....plz guide.
i want that first the form load and after clicking on the image the form reidrects to paypal.
AnswerRe: paypal Pin
Dinesh Mani16-Dec-09 18:51
Dinesh Mani16-Dec-09 18:51 
GeneralRe: paypal Pin
mylogics16-Dec-09 18:54
professionalmylogics16-Dec-09 18:54 
GeneralRe: paypal Pin
Dinesh Mani16-Dec-09 19:04
Dinesh Mani16-Dec-09 19:04 
GeneralRe: paypal Pin
mylogics16-Dec-09 19:16
professionalmylogics16-Dec-09 19:16 
GeneralRe: paypal Pin
Dinesh Mani16-Dec-09 19:19
Dinesh Mani16-Dec-09 19:19 
GeneralRe: paypal Pin
mylogics16-Dec-09 19:26
professionalmylogics16-Dec-09 19:26 
GeneralRe: paypal Pin
Dinesh Mani16-Dec-09 19:29
Dinesh Mani16-Dec-09 19:29 
GeneralRe: paypal Pin
mylogics16-Dec-09 19:33
professionalmylogics16-Dec-09 19:33 
GeneralRe: paypal Pin
Dinesh Mani16-Dec-09 20:22
Dinesh Mani16-Dec-09 20:22 
GeneralRe: paypal Pin
mylogics16-Dec-09 20:35
professionalmylogics16-Dec-09 20:35 
GeneralRe: paypal Pin
Dinesh Mani16-Dec-09 21:51
Dinesh Mani16-Dec-09 21:51 
Questionhow to convert blob data in my sql? Pin
harishkharvi16-Dec-09 17:51
harishkharvi16-Dec-09 17:51 
QuestionCustom Validation Sumamry Message Pin
jinovv16-Dec-09 17:39
jinovv16-Dec-09 17:39 
AnswerRe: Custom Validation Sumamry Message Pin
Dinesh Mani16-Dec-09 18:53
Dinesh Mani16-Dec-09 18:53 
Questionuse in asp.net 2 an unmanaged dll from .asp pages that expects an open ADODB connection Pin
fozzybear5516-Dec-09 16:07
fozzybear5516-Dec-09 16:07 
QuestionHow to make GridView accessible Pin
Tina P16-Dec-09 15:42
Tina P16-Dec-09 15:42 
QuestionGridview selected row issue Pin
Priya Prk16-Dec-09 5:07
Priya Prk16-Dec-09 5:07 

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.