2 forms

  • Thread starter Thread starter Fritz the Cat
  • Start date Start date
Hello Fritz,

I assume that paypal is shipped as user contol, right?
So your can add the user control the way as activeX added

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

FC> I wanna add paypal to my page but it requires its own form.
FC> how to handle
FC> thanks
 
You can have multiple forms on a page, but only one can have the
runat="server" attribute and they can't be nested.
 
Back
Top