<%@ Page language="c#" Codebehind="weblog.aspx.cs" AutoEventWireup="false" Inherits="YdisWeblog.WebForm1" enableviewstate="false" trace="false" %> <%@ Register TagPrefix="yblog" Namespace="YdisWeblog.API" Assembly="YdisWeblog" %> <% @Import Namespace="System.Data.SqlClient" %> <% @Import Namespace="System.Data" %> Zacht... <% /* Response.Cookies["{7BE10618-37BA-437d-BFAE-A5165AEABA89}"].Expires = DateTime.Now.AddDays(-1); if (Session["Cleared"] == null) { Session.RemoveAll(); Response.Cookies["{7BE10618-37BA-437d-BFAE-A5165AEABA89}"].Expires = DateTime.Now.AddDays(-1); } else { Session["Cleared"] = "ja"; } */ if (Request.QueryString["Sluiten"] != null) Session["Sluiten"] = "ja"; if (Session["sluiten"] != null) { Response.Write("Op uw verzoek is de weblog gesloten."); Response.End(); } %> <% //Init log Page.DataBind(); %>
email
wachtwoord
Onthoud mij
   

<%# ((DateTime)DataBinder.Eval(Container.DataItem, "PublishDate")).ToString("dddd, MMMM d, yyyy") %>

" style="margin-right: 7px; border: 0px; margin-bottom: 0px; "><%# DataBinder.Eval(Container.DataItem, "Title") %>

<%# DataBinder.Eval(Container.DataItem, "LogPart1") %>

<%= DateTime.Parse(log.PublishDate).ToString("dddd, MMMM d, yyyy") %>

<%= log.Title %>

<%= log.LogPart1 %>

<%= log.TotalReactions %> Comments:

@ <%# DataBinder.Eval(Container.DataItem, "PublishDate") %> <%# DataBinder.Eval(Container.DataItem, "Name") %> said...

<%# DataBinder.Eval(Container.DataItem, "Text") %>

New comment:

Name
Text
<< home