home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / QuickStart / aspplus / doc / howtoscenarios.aspx < prev    next >
Encoding:
Text File  |  2000-04-14  |  1.7 KB  |  39 lines

  1.  
  2. <!-- #include virtual="/quickstart/aspplus/include/header.inc" -->
  3.  
  4. <h4>How Do I...</h4>
  5.  
  6. <table class="reference">
  7.   <tr>
  8.     <td>
  9.       <ul>
  10.         <li><a target="content" href="howtodoc/fileread.shtm">Read From a File?</a>
  11.         <li><a target="content" href="...">Use Regular Expressions?</a>
  12.         <li><a target="content" href="...">Implement a Strongly Typed Collection?</a>
  13.         <li><a target="content" href="...">Send an Email Message?</a>
  14.         <li><a target="content" href="...">Make an HTTP Request?</a>
  15.         <li><a target="content" href="...">Perform an FTP File Transfer?</a>
  16.         <li><a target="content" href="...">Get and Set Client Cookies?</a>
  17.         <li><a target="content" href="...">Enumerate a Collection?</a>
  18.         <li><a target="content" href="...">Detect Browser Capabilities?</a>
  19.       </ul>
  20.     </td>
  21.     <td>
  22.       <ul>
  23.         <li><a target="content" href="howtodoc/helloobj.shtm">Instantiate an Object?</a>
  24.         <li><a target="content" href="...">Import a Business Object?</a>
  25.         <li><a target="content" href="...">Query a SQL Data Source?</a>
  26.         <li><a target="content" href="...">Query an OLEDB Data Source?</a>
  27.         <li><a target="content" href="...">Query an XML Data Source?</a>
  28.         <li><a target="content" href="...">Mix Client and Server-side Code?</a>
  29.         <li><a target="content" href="...">Validate HTML Form Input?</a>
  30.         <li><a target="content" href="...">Restrict Access to an Application?</a>
  31.       </ul>
  32.     </td>
  33.   </tr>
  34. </table>
  35.  
  36. <p>
  37. <span class="TODO">TODO: Order these alphabetically...</span>
  38.  
  39. <!-- #include virtual="/quickstart/aspplus/include/footer.inc" -->