This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function storeFormInfo (form) { | |
| if (form.page == null) { | |
| return; | |
| } | |
| let pageId = form.page; | |
| let formInfo = { | |
| "pageId": pageId, | |
| "formName": formName, | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var ResetGracePeriod = int.Parse(ConfigurationManager.AppSettings["ResetGracePeriod"]); | |
| publications.GetField("EXPIRATION").FieldValue = company.PaidThroughDate.AddDays(ResetGracePeriod); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <appSettings> | |
| <add key="ResetGracePeriod" value="30"/> | |
| </appSettings> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Configuration; | |
| using System.Data; | |
| using System.Data.SqlClient; | |
| namespace test.DataAccess | |
| { | |
| public class MemberDA | |
| { | |
| private static string connectionString = ConfigurationManager.ConnectionStrings["DataSource.Connection"].ConnectionString; | |
| public static string GetLoggedinID() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| jQuery(".SearchResultSummary .SearchResultLink a").each(function() | |
| { this.href = this.href.replace("/test/test", "/test"); }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Give a brief description of your company and your role there. | |
| What initial challenges / roadblocks did your organization face with the existing product that necessitated a change? | |
| How did you first hear about BSI and our services? | |
| What were you looking for in a solution and how far did BSI come in meeting your expectations? | |
| What kind of success has your organization enjoyed with the BSI solution? |
NewerOlder