E.DIN Editor • September 20, 2017
ASPX - ZipCountyLookup.aspx
//NOTE: This sample is great for an ASP/ASPX website page, where the code pages (and session) were combined during a 3 year upgrade of 3000 ASP pages... which explains some of the "loosely coupled ends" demonstrated below... The result of this code page essentially builds a dynamic list of counties, to be placed into another web control...
**** ZipCountyLookup.aspx.cs
using System.Web.UI.WebControls.WebParts;
<counties>
<county cid=\"" + i + "\">" + dr["szCounty"] + "</county>
</counties>
**** ZipCountyLookup.aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ZipCountyLookup.aspx.cs" Inherits="ZipCountyLookup_ZipCountyLookup" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>ZipcodeLookups</title>
</head>
<body>
<form id="form1" runat="server">
<div>
{intentionally blank...}
</div>
</form>
</body>
</html>
Title: Base64 Encoding With Simple Salt (and decoding)
XPCMD_SHELL Move & Load Data from Directory
***** My Valid Data Monitor **** XML OUT *** HTML EMAIL DELIVERY *****IF OBJECT_ID('tempdb..#tCustomerID') IS NOT NULL DROP TABLE #tCustomerID select distinct mm.CustomerID Into #tCustomerID from myDatabase..myTable (nolock) mm left join myDatabase.dbo.myOtherTable (nolock) mo on mm.refID = mo.id left join myDatabase.dbo.myOtherTableDetail (nolock) mod on mo.id = mod.myOtherTableid and mm.SearchValue = mod.SearchValue where mm.refID is not null and mm.quantity is not null and mod.SearchValue is nullIF Exists (Select 1 From #tCustomerID)BEGIN DECLARE @xml NVARCHAR(MAX)DECLARE @body NVARCHAR(MAX)SET @xml = CAST(( SELECT [CustomerID] AS 'td' FROM #tCustomerID ORDER BY CustomerID FOR XML PATH('tr'), ELEMENTS ) AS NVARCHAR(MAX))SET @body ='
'--SELECT @body exec msdb.dbo.sp_send_dbmail @profile_name = 'dbmailProfile' ,@recipients = 'usergroup@mydomain.com' ,@subject = 'My Valid Data Monitor' ,@body = @body ,@body_format = 'HTML'END
My Valid Data Monitor
CustomerID |
---|
Turn Up! Not every microphone has the same base volume for transmitting your voice through your computer to whoever or whatever is on the other end of the exchange. Some microphones have a higher volume as compared to others, and some microphones have a volume that is so low that the person on the other […]
The post How to Turn Up Mic Volume in Windows 10 – Appuals.com appeared first on TekPreacher.
'+@UNCPathAndLogTable+'