processing http post data


hi guys,

i have http login page (with username , password fields).  on submit, wish send silverlight page users attempting login to.

i not having luck in finding how access data fields (if done via "post" rather "get").  i.e. seems easy process fields if embedded in url (as in "get"), unsure how access them http form if "posted".

any ideas?

cheers,

scott

you cannot post html form silverlight application, because server-side concept. can process post values on server side wrote in first reply, , use values dynamically set initparams of silverlight object (what linked to). however, since talking credentials should passed around not recommend @ all.

maybe better turn things upside down. can create custom screen prompts users install silverlight, , once have done that, handle login in application directly.

another way use html form integrate asp.net authentication (membership), , let silverlight application ask logged in asp.net user through web service.



Silverlight  >  Programming Silverlight with .NET – General



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........