Source Code for Me (s-c.me)

Allows you to paste souce code to blogs! Adapted for Twitter! Here is Search Form in case you missed your code.
Code:
Selected Language:
Show Linenumbers:
Short link for Twitter:
HTML:

HTML view:

Copy Source | Copy HTML
  1. <%@ Control Language="C#" AutoEventWireup="true" CodeFile="_Basket_NAV.ascx.cs" Inherits="_Basket_NAV" %>
  2. <%@ Register Src="_Basket_Overview_NAV.ascx" TagName="_Basket_Overview_NAV" TagPrefix="uc1" %>
  3. <%@ Register Namespace="WebShop.Controls" Assembly="WebShop.Utils" TagPrefix="ws" %>
  4.  
  5. <style type="text/css">
  6.     .GridPager_GevGroup td
  7.     {
  8.         border-top-color: #808080 !important;
  9.     }
  10. </style>
  11. <script type="text/javascript">
  12.  
  13.  function splitClick(sender) {
  14.      var custNumer = documnet.getElementById('<% teCustNum.ClientID %>').value;
  15.      var oWnd = window.open("DebitorNrPopUp.aspx?target=" + sender.getAttribute("value") + "cust=" + custNumer);
  16.      return false;
  17.  }
  18. .....
  19. <!-- other markup -->

Based on Manoli.Net's CodeFormatter. Made by Topbot (c) 2008-2010
Some API could be found at http://s-c.me/WS/HighLight.asmx