Hi, We are receiving the parameters through HTTP Post from external application. How can I get the Relay State parameters in Asp.net Page load event. Thanks and regards, Hemananthan
You can get in this way
string name = Request.Form["name"];
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.