Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'asp'

1642603 - ASP error on Mariott Guest Satis: fail asp irony
  1. <html>
  2.     <head>
  3.         <title>Object reference not set to an instance of an object.</title>
  4.         <style>
  5.          body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  6.          p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  7.          b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  8.          H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  9.  
970036 - transactions.js asp proxi
preview unavailable
748720 - Microsoft OLE DB Provider for SQ: asp
  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
  2. <!--#include file="../Connections/parser.asp" -->
  3. <%
  4. Dim MM_editAction
  5. MM_editAction = CStr(Request.ServerVariables("SCRIPT_NAME"))
  6. If (Request.QueryString <> "") Then
  7.   MM_editAction = MM_editAction & "?" & Server.HTMLEncode(Request.QueryString)
  8. End If
  9.  
701594 - Sara: asp
  1. <%
  2. FUNCTION custumpay()
  3. strSQL = "INSERT INTO custpayment (name, address, payemail, bussname, bussadd, custserv, cur) VALUES (?, ?, ?, ?, ?, ?, ?)"  & Request.Form("custamizepayment")
  4.         RS5.Open strSQL, Conn, 2, 3
  5.         IF NOT RS5.EOF THEN
  6.                 RS5("Active")=TRUE
  7.                 RS5.Update
  8.         END IF
  9.  
fantasy-obligation