obout Tree_DB control v1.2.2
Write a Review
Add to My Favorite
Refer it to Friend
Report Broken Link
Other links owned by this user
This is a simple tutorial on how to get prices from amazon with their Web services SDK. First you need an amazon SDK account, hop on over to https://aws-portal.amazon.com/gp/aws/developer/registration/index.html? if you haven't gotten one already.
Note: This tutorial is only valid for amazon USA, as that is the SDK I am using, Amazon UK and other divisions of amazon have their own SDK and this tutorial will not work for those.
Category:
Have a signup page for the users to signup, then the info is emailed to the user. Admin page to view/delete users. Simply include the page, and you can password protect any page.
Category:
A few weeks ago, I started a simple tutorial on how to cascade JavaScript check boxes from one row to the next in order to simplify the manipulation of large forms. This week, I’ll take it a step further by adding the same ability to both drop downs and text fields.
Category:
Scripteen Transloader Script is a small script for every webmaster to copy files between servers remotely without having to download them to your PC in the middle.
Category:
RationalPlan is a powerful project management software designed to assist project managers in developing plans, allocating resources, tracking progress, managing budgets and analyzing workload. Whether your applications are in the area of construction, engineering, services&consulting, software development or any other business field, RationalPlan can help you to complete your projects on time and within budget.
Category:
This version of JavaScript Ticker can show news from more RSS feeds in a vertical scrolling content. Each news is presented as a link, so user can click to the source of the news.
Category:
Okphp QuickSite is a easy-to-use content management system(CMS).
It allows you to build a professional website for your comapny/business in a few minutes.
No Programming & Designing needed.
You could step-by-step create your own "helpdesk", "about us", "products", "news", "blogs", "contact" and other kinds pages.
Category:
This script displays a calendar using the current date by default. It requires 3 files, one for extracting the date from the query string, another one containing the CSS and the last the function used to generate the calendar.
Category:
Free program to update your website from local files. PHP FTP Synchronizer traverses the tree structure of the source directory recursively and updates the file on the website, by replacing the files which were modified.
Category:
Ovidentia is an open source content management and collaborative platform written with PHP and using a MySQL database.
Ovidentia enables you to integrate simply and easily an environment for publishing content on the world wide web or a groupware portal (internet, intranet, extranet) for your company, organization, community ...
Category:
Your data backup solutions
TheOnlineDataStorage.com is a free file data storage service where you can share, send, and store your large data files. You may use this service as a backup source of your documents. We offer secure web data storage hosting with the option to protect your files. Let us be your hard drive backup, your music/photo backup, and the answer your online backup solutions. We provide free web hosting for all your files
Category:
DynamicPDF™ Generator for .NET is an award winning product used for the real-time creation of PDF documents based on dynamic data. PDF documents can be generated straight to a Web Form, file, byte array or System.IO.Stream object. The assembly is 100% managed and uses only safe code. The object model is intuitive and easy to learn, yet at the same time is very powerful.
Category:
Learn how to create a simple file upload system with your user can upload a file from the local computer to your webserver. As you will see it is not so complicated to implement this very usefull script. However it can be dangerous if every visitor can upload files without any restriction. You can easy have a situation that there is no more free space on your server.
Category:
One striking difference which every .net developer finds from win forms application development and asp.net application development is MessageBox class. You found it to be so missing especially when you worked on windows development for a while. Really, MessageBox comes in handy when trying to catch some smart bugs and displaying values of variables.
Category:
ProBulletin is a professional bulletin board system written in a combination of Perl, HTML, Javascript and CSS and is suitable for small to large websites alike.
Category:
The Simpli Easy Contact Form only requires you to add your email address and upload the files and your clients will love how simple it is to leave you feedback, comments or questions. Your email address is never revealed for security.
Category:
phpBB Hosting Features
NO BANNERS OR ADVERTS!
Powered by phpBB 2.0.22
Subdomain containing the forum name of your choice. eg http://demo.blisshost.net
Access to a multitude of ready to use pre-installed skins.
Access to a multitude of ready to use pre-installed mods. (Coming soon)
Unmetered disk space and bandwidth for your phpBB forum.
Free of charge.
Category:
Learn how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1 line to each of your page to enable logging and the statistics will be collected in a html file so you don't have to setup any database for this task.
Category:
This script will allow you to create and run your own Facebook Ad Network. Coded in PHP, and MySQL.
Category:
Other links at ASP.NET > Scripts and Controls > Database Tools
SqlWhereBuilder is a web control which provides a user interface for generating custom SQL WHERE clauses. Designed to support ad hoc reporting needs, users add conditions through the interface, and developers use either the GetWhereClause() or GetWhereClauseWithParameters() method upon postback to compile the chosen conditions into a string of text suitable for inclusion in a SQL WHERE clause. The SqlWhereBuilder control was developed with the following considerations:
User interaction should be handled client-side, preventing the need for server postbacks with every condition manipulation
Where possible, take advantage of functionality provided server-side through ASP.NET.
The SqlWhereBuilder web control provides a friendly interface for a user to enter query conditions, which may be compiled upon postback into a SQL WHERE clause. As an ASP.NET server control wrapping a JavaScript library, user-interaction happens entirely client-side, while on the server, additional functionality such as XML-based configuration and integration with IDbCommand objects is implemented.
Category:
I have set up a forum for those who use CompleteGridView and other controls from the assembly. If you want to access the forum click here. If the forum does not work (I experienced these days problems with the hosting) send a mail to dan.cimpoiesu@gmail.com.
CompleteGridView
CompleteGridView is a ASP.NET data grid component derived from Microsoft's GridView. It is written with Framework 2.0 and it is absolutely free.
CompleteGridView has the following enhancements:
Master detail template to support displaying master detail data. Unlimited levels of master detail. Just be sure to use pagination in order not to have huge size pages. For a better understanding of this feature please watch the video demonstration.
Unselect button for setting SelectedIndex of the GridView to -1 when a GridViewRow is selected (unselecting a row in GridView).
Quick filter tool for filtering data.
Advanced filtering options panel to search either in beginning or inside values or to mix filters with OR/AND operators.
Sort arrow icon to help the use to see the sorting order (ascending,descending) applied to a column.
CachedDataItems property to access the DataItem property of any GridViewRow any time ( not only in the RowDataBound event ).
Record count row that displays the number of records from the datasource and what records are displayed on the current page in a customizable format ( e.g. Displaying items 1 to 10 from 215 ).
Category:
The PagerDataSource performs two main tasks:
Retrieve data from a data source and expose it to another control, performing paging if needed.
Provide a customized user interface to allow navigation to the different pages of data.
To retrieve data from the data source, the PagerDataSource can use any of the two options that the ASP.NET framework gives us:
Using the DataSource property: the only option available in ASP.NET 1.x.
Using the DataSourceID property: using the new ASP.NET 2.0 DataSourceControls, and without writing a single line of code!.
The PagerDataSource control has two working modes:
Extracting the data for the current page from the data source.
Requesting the data for the current page only.
Take a look at the Live Demos for examples about the different options of data sources and working modes.
Customization
A key requirement for a pager is customization. The PagerDataSource provides unlimited customization capabilities. Most users will need to configure a few properties to achieve the look they want. The most exigent users will use the templates to achieve amazing compositions:
Category:
Built-in AJAX (no coding needed)
Sorting
Paging
Add/edit/delete records
Record selection
Filtering
Templates
Scrolling
Grouping
Exporting
Key Navigation
Can handle millions of records
Resizable columns
Works in .NET 1.1 and .NET 2.0
ASP.NET AJAX Compatible
Cross-browser: IE, Firefox, Safari, Opera
Easy to customize
Category:
Access2MySQL Pro is a reliable bi-directional database migration tool which allows you to convert from:
MS Access to MySQL
MS Access to MySQL Dump
MS Access to PHP Script
MS Access to MS Access
MySQL to MS Access
MySQL to MySQL.
MySQL to MySQL Dump
MySQL to PHP Script
Category: