#javascript

  1. R

    JavaScript from within BP - code stage

    Hi, Could you guide me through my code related to the below issue: Page page = System.Web.HttpContext.Current.Handler as Page; str = "page doesn't exist"; if (page != null) { str = "page exists!!"; } There is runtime exception - object reference not set. I have the dll and reference mentioned...
Top