using System.Runtime.InteropServices;
to allow using COM Interop in your class.
Next we derlare two functions from an unmanaged DLL:
This blog dedicated to developing of windows applications, web applications, web services on Microsoft .NET Framework platform. Here are discussed questions about ASP.NET, AJAX, Silverlight, DotNetNuke, LINQ, JavaScript, ADO.NET ets.
using System.Runtime.InteropServices;
CREATE TABLE [dbo].[pages](
[id] [int] NULL,
[pid] [int] NULL,
[title] [nvarchar](max) NULL,
[pageorder] [int] NULL
) ON [PRIMARY]
<%@ Application Language="C#" %>
<%@ Import Namespace="System.IO" %>
<%@ Import Namespace="System.IO.Compression" %>
System.Net.Mail.MailMessage message = new System.Net.Mail.MailMessage();
message.From = new System.Net.Mail.MailAddress("admin of TEST.COM <admin@test.com>");
protected void Page_Load(object sender, EventArgs e)
{
this.Title = "The ordinal web page";
}
SELECT * FROM Quote ORDER by NEWID();
SELECT TOP 1 * FROM Quote ORDER by NEWID();