Skip to main content
Home Forums General Silverlight Getting Started send paramters by post
2 replies. Latest Post by duefectu on July 1, 2009.
(0)
racsus
Member
73 points
158 Posts
07-01-2009 4:03 AM |
Hi
Can I send parameters by post in wpf?
Thanks, Oscar
jay nana...
Contributor
3388 points
624 Posts
07-01-2009 4:20 AM |
If you have asked for WPF than this is not the right forum.
and If you think about Silverlight, than only way to pass some data is using
QueryString parameter.
duefectu
Participant
788 points
241 Posts
07-01-2009 4:43 AM |
For send post parameters in SL take a look to http://silverlight.net/forums/t/98133.aspx
In WPF you can do something similar with the Browser control.