Produced by Araxis Merge on 2/1/2017 2:56:52 PM Eastern Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\Araxis_Merge_Comprasion\Pub_un\BTSSS_CIF_122016.zip\BTSSS_CIF_12_20_16\clean\CRM\trunk\SDK\SampleCode\CS\Process\CustomWorkflowActivities\PostUrl | receiveposturl.aspx | Tue Dec 20 19:51:45 2016 UTC |
| 2 | Wed Feb 1 19:56:52 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 1 | 17 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <%@ Page L anguage="C #" %> | |||||
| 2 | <%@ Import Namespace ="System.I O" %> | |||||
| 3 | <%@ Import Namespace ="System.W eb" %> | |||||
| 4 | ||||||
| 5 | <script la nguage="C# " runat="s erver"> | |||||
| 6 | vo id Page_Lo ad(object sender, Ev entArgs e) | |||||
| 7 | { | |||||
| 8 | Http Request re q = HttpCo ntext.Curr ent.Reques t; | |||||
| 9 | ||||||
| 10 | // N OTE: Make sure the f older you are saving the file to has wri te access | |||||
| 11 | usin g(StreamWr iter logFi le = new S treamWrite r(@"c:\tem p\SdkSampl e.log")) | |||||
| 12 | { | |||||
| 13 | logFil e.WriteLin e("Acct Na me: " + re q["Name"]) ; | |||||
| 14 | logFil e.WriteLin e("Acct Nu m : " + re q["Account Num"]); | |||||
| 15 | } | |||||
| 16 | } | |||||
| 17 | </script> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.