Skip to content

Instantly share code, notes, and snippets.

View grester's full-sized avatar

Grester grester

  • Lisbon
  • 15:21 (UTC +01:00)
View GitHub Profile
@nagasudhirpulla
nagasudhirpulla / Files.aspx
Last active June 26, 2025 01:59
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">