![]() |
Sergey Kornilov admin 3/11/2016 |
I guess you need to make sure that XSession.Session["OwnerID"] session variable is populated. If you are looking to use a built-n ASPRunner.NET OWnerID variable correct syntax is XSession.Session["_<table name>_OwnerID"]. Make sure to replace <table name> with the actual table name. |