No announcements
Found 1522979 threads
-
3 Votes
Paypal buttons not linking to Paypal
But for now, it sure beats having to design a website around this incompatability between html forms (pay pal button stuff) and server forms.Answered | 19 Replies | 5979 Views | Created by Whenu - Thursday, July 22, 2010 12:44 AM | Last reply by John Cowart - Friday, June 28, 2013 3:07 AM -
0 Votes
Pass a variable to an encrypted (paypal) button on html form
Passing values is pretty basic with HTTP but passing an encrypted values means you have to know the encryption being used.Unanswered | 5 Replies | 371 Views | Created by Anonymous - Monday, December 3, 2018 12:02 PM | Last reply by Anonymous - Monday, December 3, 2018 2:56 PM -
0 Votes
Paypal button in VB 2010.
Hi, I'm looking to add a Paypal button to one of my forms in VB.NET 2010.Answered | 1 Replies | 4641 Views | Created by philipfox - Tuesday, November 2, 2010 11:46 AM | Last reply by Matteo Marcianò - Tuesday, November 2, 2010 12:03 PM -
1 Votes
PayPal button creates form within aspx master page form
I answered my own question after posting the message - I was creating a Paypal button on a child page of an asp.net Master Page (different than a dwt).Answered | 2 Replies | 8066 Views | Created by PseudoGeek - Friday, February 29, 2008 8:18 PM | Last reply by PseudoGeek - Friday, March 28, 2008 12:28 AM -
1 Votes
Pass variable to another form
Please read: Passing Values Between Forms This discusses parent to child, sibling to sibling.Answered | 7 Replies | 3593 Views | Created by Noahssite - Sunday, April 11, 2010 11:41 PM | Last reply by Noam B - Monday, April 12, 2010 11:30 AM -
0 Votes
Passing variable values to forms.
Open the Module and declare your variable there using Public instead of Dim.Answered | 3 Replies | 2725 Views | Created by whiskeymack - Thursday, July 12, 2012 11:16 PM | Last reply by Solitaire - Saturday, July 14, 2012 3:56 PM -
0 Votes
Passing variables between forms?
How do you pass variables between forms?Answered | 7 Replies | 5007 Views | Created by Dominicwild - Saturday, January 3, 2015 8:20 AM | Last reply by darnold924 - Sunday, January 4, 2015 3:31 PM -
0 Votes
Pass variables into a dialog form
Hi chazparks2, Kenneth and Dig-Boy have provided you with two methods that we generally use to pass variable to another form, ...Answered | 4 Replies | 3652 Views | Created by chazparks2 - Friday, August 14, 2009 10:03 PM | Last reply by Michael Sun [MSFT] - Tuesday, August 25, 2009 10:02 AM -
0 Votes
Passing variable to new dialog form and then returning a variable back to main form?
I have a form, lets call it MainForm.Answered | 2 Replies | 3528 Views | Created by cBarts - Saturday, July 9, 2011 8:09 PM | Last reply by cBarts - Sunday, July 10, 2011 1:06 AM -
6 Votes
Passing Variables between Forms
Using "static" variables as a means to pass things across forms is not the way to do things.Answered | 13 Replies | 129319 Views | Created by Engineer Mahdi - Tuesday, March 15, 2011 6:26 PM | Last reply by Simple Samples - Tuesday, February 13, 2018 9:58 PM -
4 Votes
Passing variables between two forms?
Public property on Form2 with a set accessor: public string ...Answered | 4 Replies | 3549 Views | Created by chukrum47 - Wednesday, October 8, 2008 10:52 PM | Last reply by chukrum47 - Thursday, October 9, 2008 10:05 AM -
3 Votes
Passing variables back to a form
You could pass the variable to another method or class.Answered | 16 Replies | 3071 Views | Created by ostridge - Wednesday, March 4, 2009 5:36 PM | Last reply by JohnGrove - Friday, March 6, 2009 3:55 PM -
1 Votes
Inserting a Paypal Button on Public Facing Sharepoint Site
Maarten has given some prudent direction on how to add the HTML.Answered | 5 Replies | 4677 Views | Created by bmtaylor84 - Wednesday, December 19, 2012 8:03 PM | Last reply by Stephen Faille - Wednesday, July 9, 2014 12:36 AM -
0 Votes
session variable losing value
I added the code and now have a form that can be used to add some quantity of the book to the PayPal shopping cart.Answered | 3 Replies | 1841 Views | Created by RCDA Webmaster_ - Monday, October 6, 2014 8:30 PM | Last reply by Just Karl - Tuesday, May 12, 2015 10:57 PM -
1 Votes
Passing a variable between forms - University Work
I am using a way to pass different value between windows form.Answered | 5 Replies | 2899 Views | Created by Wayneio - Sunday, April 17, 2011 9:02 AM | Last reply by Aspen VJ - Wednesday, April 20, 2011 4:36 AM -
1 Votes
Pass variable in windows form
In that case you don't need to create a properties in each form etc...Answered | 14 Replies | 2501 Views | Created by ardmore - Friday, June 1, 2012 9:36 PM | Last reply by ardmore - Saturday, June 2, 2012 7:10 PM -
0 Votes
Expression Web 2 adds a line of code to Paypal supplied hyperlink code for Paypal "buy now" buttons
Assuming yes, then: Pasting paypal button code into my pages does not change it or add another line.Answered | 4 Replies | 3020 Views | Created by Daitken - Wednesday, February 10, 2010 12:39 AM | Last reply by Daitken - Wednesday, February 10, 2010 6:33 AM -
0 Votes
Passing variable to another form
Forms are like anyother classes. you can add a Name property in the Modify form and then set this property from the Office form just before displaying the Modify ...Answered | 4 Replies | 3453 Views | Created by Vanessa Barsottelli - Wednesday, August 13, 2008 10:50 AM | Last reply by Vanessa Barsottelli - Wednesday, August 13, 2008 11:23 AM -
5 Votes
How to pass variable value between Form & Form Method ?
I had made a textbox control on the form, made it invisible and passed the value to it (very poor solution but worked).Answered | 4 Replies | 2487 Views | Created by July Derek - Friday, December 11, 2015 8:11 AM | Last reply by July Derek - Wednesday, December 16, 2015 6:28 AM -
1 Votes
Passing variables to new form?
I think you can declare a private(if in contructor) or public property and assign the value while instantiating the form One Example in ...Answered | 1 Replies | 3142 Views | Created by CraftyZA - Thursday, May 21, 2009 6:52 AM | Last reply by Arjun Paudel - Thursday, May 21, 2009 7:12 AM - Items 1 to 20 of 1522979 Next ›
No announcements