Archive for July, 2007
Pure Pwnage Ep. 14
25Jul07
:purepwnage: has released episode 14. Check it out… it has a scary ending!!!
I’m writing a few ASP.NET pages in C# and I ran into a little snag. I have a file called profile.aspx. I’m using the CodeBehind technique to separate my presentation from my business logic. The @Page directive of the file has <%@ Page Language=”C#” MasterPageFile=”~/admin/AdminMasterPage.master” AutoEventWireup=”true” CodeFile=”profile.aspx.cs” Inherits=”profile” Title=”Untitled Page” %> As you can see [...]




