How do I give JavaScript variables data from ASP.NET variables?

后端 未结 9 1079
野趣味
野趣味 2020-11-28 08:46

I have created a SCORM API for our LMS and right now I am using hard coded userID and courseID variables (variables that reference things in the database). I need to pass th

9条回答
  •  日久生厌
    2020-11-28 09:32

    You can also use HTTP cookies. That approach is nice if you need to pass values the other direction as well.

提交回复
热议问题