Skip to content

Instantly share code, notes, and snippets.

View grester's full-sized avatar

Grester grester

View GitHub Profile
@nagasudhirpulla
nagasudhirpulla / Files.aspx
Last active September 3, 2025 09:10
Directory Browsing with sorting and additional columns in IIS
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Files.aspx.cs" Inherits="Files.FilesPage" %>
<%@ Import Namespace="System.Collections.Generic" %>
<%@ Import Namespace="System.IO" %>
<%@ Import Namespace="Files" %>
<!DOCTYPE html>
<html>
<head>
<title>Contents of <%= path %></title>
<style type="text/css">