|
ASP Data Driven Report
|
Other links at ASP > Scripts and Components > Database Tools |
| 1. |
ASPXP
|
|
|
ASP XP is a rich server side HTML control that allows ASP developers to easily create web based database applications. With just a few lines of code, you can create sophisticated highly customisable webforms and webtables in your web application. ASP XP works for web based applications much similar to how Visual Basic Forms work for desktop applications. Its declarative and event-driven. The result is that you can build browser independent web pages with a lot of functionality in just a few lines of code. ASP XP fully supports ActiveX Data Objects (ADO v2.x), the XHTML 1.0 specification and makes use of Cascading Style Sheets (CSS) to allow easy customisation of your applications look & feel across an entire website.
|
| 3. |
Crop news or event item to display first sentence
|
|
|
This code snippet uses the instr function to identify a full stop (period) within a sentence and crops the sentence up to this point. Seems fairly straightforward, but I had a real problem finding any resource out there that offered this!
|
| 4. |
Search COM Component
|
|
|
Add feature rich database searching on your ASP web site! You can choose between four ways of searching: any word, all words, phrase or boolean search expression with AND, OR and NOT keywords. It supports searching with standard SQL that works with any database and also MS SQL Full Text Search for optimized searching on SQL Server. There are ActiveX, .NET, Mobile and Web edition.
|
| 5. |
Simple Database Access
|
|
|
This application simplifies connecting to databases, reducing the amount of code youll have to write each time you connect.
|
|
|