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

ASP.NET

 
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 
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 
Putting response.redirect on the form would redirect the page even before the rendering is complete!

BTW, I missed a couple of things when posting last time! Sorry.

Here is your solution -

* Remove the Response.Redirect from the Form.
* Form action would be invoked only when a submit button is clicked. So, no use setting action for your case.
* Surround your image with a hyperlink tag like below -
<a href="https://www.sandbox.paypal.com/cgi-bin/webscr"><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!" /></a>

HTH
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 
AnswerRe: Gridview selected row issue Pin
dan!sh 16-Dec-09 6:30
professional dan!sh 16-Dec-09 6:30 
GeneralRe: Gridview selected row issue Pin
Priya Prk16-Dec-09 22:35
Priya Prk16-Dec-09 22:35 
AnswerRe: Gridview selected row issue Pin
ESTAN16-Dec-09 11:55
ESTAN16-Dec-09 11:55 

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.