pass php parameters to silverlight application

TeamsoO

New Member
i am working in \[code\]silverlight\[/code\] application, i want to integration that application with php page that send to me user name and password
then i check on these parameters,
the question is i want to use POST method in \[code\]php\[/code\] page to send parameter it is more secure, how i receive the parameters in my asp page?
When i use GET method of php i use code like that in my asp page\[code\]username = Request.QueryString["LoginName"];password= Request.QueryString["password"];\[/code\]thanks and regards
 
Top