Host: test.domain.org Host: test.domain.org Path: /templates/pbcontent.aspx Application Path: / URL: https://test.domain.org/templates/pbcontent.aspx?pageid=2147483707&id=86186 Path With Query: /templates/pbcontent.aspx?pageid=2147483707&id=86186
Category: Code
This area of the site is dedicated to code snippets for quick and easy reference
ASPX Page Control Enable / Disable
In some cases you need to disable controls on a page, this will help you disable various types of controls.
MSSQL – Data Transfer
Recently I had to transfer ICD9CM codes from one database to another with limited database permissions, I decided to let the database work for me to perform the task. Ideally you’d have Visual Studio SSIS or some other mass data transfer option but this query will help you to get…
MSSQL – Identity Insert
Reference: http://technet.microsoft.com/en-us/library/aa259221(v=sql.80).aspx
Ektron – Widget Form
In the recent upgrade from Ektron 8.0.2 to 8.7 I’ve been rebuilding forms to user controls that can be used as widgets. Below is basic elements to make the form work for your Ektron 8.7 (possibly higher). Please note the TextBox SubmissionEmail, this allows you to change the email address…
Ektron – Stop / Start Services
This should only be done on a development computer, doing so on a production server would not be good. Please note that while stopping the services I’m also setting the start command to “demand” this is also known as “manual”. In setting this command Ektron will no longer automatically start…