ASP database category

  ASP database category 

  1, the preamble referred ASP database operation, the majority of people will think: sharing the connection string ConStr, Conn.Open ConStr the establishment of a database connection, Conn.Execute…

ASP commonly used function

  ASP commonly used function, in the hope that use. 

<%
  Dim db 
  Db = "dbms.mdb" 

  '************************************************* ***************** 
  'Implementation sql statement, does…

ASP on the base64 encoding decoding process

  Return Letter mail address, the contents of decoding!    Online collection, the specific provenance unknown! 

  <form Name="form1" method="post" action=""> 
  <table Width="95%" border="0"…

Asp and asp.net solutions sharing session

  In the original asp procedures used asp.net add function modules, SESSIONs sharing is a difficult, here's a more concise way, in the asp and asp.net sharing session in the session. 

  Login pages using C # re-create, in the successful implementation of statements Login: …

Js and asp in the database picture show

  <table Width="100%" border="0" align="center" cellspacing="0" cellpadding="0" style="TABLE-LAYOUT: fixed"> 
<%
  Sql = "select top 4 * from Ad where checked = true" 
  Rs.Open…

Decryption ASP source code.

  Chong Chong spirits, from the Internet to download the ASP source code, the time for study and research. 
  An open file, the code as hieroglyphics. Are very depressed it: ( 
  The Internet is to find a declassified, in a document to pay a file open, copy, paste,…

ASP pages in a number of forms submitted

  Sometimes we need to do website will be more than the unilateral form in the same pages dealing with the procedures page form how we know that the form was submitted and dealt with accordingly? 
  Here is an example: 

  '''''''''''''''''''''…

ASP internal components

  •   AD ROTATOR components advertising components round of significant attributes: Border, Clickable, TargetFarms 
      Methods: GetAdvertisement 
  •   FILE ACCESS components file operations components 
      FileSystemObject object: CreateTextFile, OpenTestFile,…

  • ASP function

      Array () FUNCTION: to return to an array SYNTAX: Array (list) ARGUMENTS: character, figures may EXAMPLE: <% 
      Dim myArray () 
      For i = 1 to 7 
      Redim Preserve myArray (i) 
      MyArray (i) = WeekdayName…

    ASP understanding of the built-in objects

      ASP understanding of the built-in objects 

      ASP-Application, AspError, Request, Response, Session, ObjectContext, seven Object Server (Object), and each object has its own properties (Property), the method (Method), set (Collection) or event (Event) . now…