skip to Main Content

Pass API response to another action – Asp.net

I have one API endpoint for login. Once we enter correct username and password then we are getting following details : { "accessToken": "Some_Value", "accessTokenExpireAt": "Some_Value", "refreshToken": "Some_Value", "userID": "Some_Value" } Once user click on Submit button then below code…

VIEW QUESTION

How to remember variable value between web pages asp.net

I am building an application where consultants (candidates) can be hired for specific jobs. In one table of the index page, a random candidate’s profile is loaded. On page load: HTML: <table class="table-random-candidate"> <asp:Label ID="LblIdCandidate" runat="server" ></asp:Label> <asp:Button ID="BtnLearnMore" runat="server"…

VIEW QUESTION
Back To Top
Search