Introducing C# 3
Write a Review
Add to My Favorite
Refer it to Friend
Report Broken Link
Other links owned by this user
This is probably one of our better ‘coding’ releases for functionality. We have developed several improvements over all the other releases we have. The install isn’t nearly as easy as previous ones and we are prepared to support any questions
Category:
This script requires the Dynamic HTML scripting library dynLib. For more information about dynLib please visit the dynLib website.
Category:
KUpload+ is ASP.Net File Upload component with Pure HTML Progress bar. KUpload+ allows great control over the upload of huge files (Up to Virtual Unlimited) from client browser to web server through HTTP. It requires no client side software and operates on the server via standard multipart HTML forms as defined in RFC 1867.
Category:
Image Uploaderâ„¢ is a powerful uploading solution for your sites. It enables website developers to provide their users with a user-friendly uploading interface for multiple files. Now to upload, say, 10 files, the user doesn't need to click 10 times on the Browse button and select each file separately (as via the standard HTML elements). Now the user can navigate their folders directly in their browser, select necessary files, and start uploading them in only few clicks.
Category:
OK, this is my second tutorial for AJAX Freaks, so bear with me. Have you ever seen or wished you could have live data on your website? Have you got data stored in a database that UPDATEs reguarly? This tutorial will explain how you can achieve this effect using AJAX and PHP. As I mentioned in my first tutorial, this can be achieved in almost any server side scripting langauge, as long as you know how to make database queries in your desired langauge. I suggest that you know how to use the basic XMLHttpRequest object, if not then you might want to check out my first tutorial on introducing you to AJAX found here. You can find the entire
Category:
This script is UNIQUE to DiscountedScripts.com and has NEVER been released publicly before!
Before, the inline text ads were only for the big corporations, but now, we've created the Inline Ad Server Script which will allow EVERYONE to use inline contextual ads!
Hover over this: abcd. Notice how it pops up a little window, kind of like a lot of the large companies have on their sites now?
Check it out again: abcd. It pops up even when it has changes made to the font. It'll always pop up.
Category:
iNeeda Password & Tracker remember all your logins, passwords and websites for you. The main advantage of this program is that all of your Login IDs, Passwords, and Websites are conveniently stored in one place categorized in groups that you define. Create as many folders, or categories, as you like and easily enter all the information in them. Then, simply select the website you want to go to and you're there. It has full editing capabilities including 'Add', 'Edit', 'Delete', and even moving an entry from one category to another.
Category:
Give your visitors the ultimate entertainment experience. A powerful and feature rich solution at an extremely affordable price. Everything you need to build a successful high traffic media site.
Category:
Displays the Fastest, Slowest, Previous and Current load times of a chosen page. Details are kept in a text file and updated on every load.
Category:
Website link validity check.
This is a small PHP script to check link validity on a given webpage.
Category:
Whether you are going to start a new web site or if you want to update your existing web site by adding new features or content - look no further. Turnkey Buddy is your one-stop content provider - delivering PHP scripts, Flash Applications and other content related services and products. Please take your time to browse our product categories or get in touch with us if you are interested in custom software development services.
Category:
The following tutorial and code can be used to create a text file(or any file) in the web server using asp.
Category:
Use it to record and track your collector card collection as it grows. Keep a list of all of your rare cards and collectable cards in the program and track the value, price and dates that apply to each card. You can enter the country and category of your cards, so no matter if you collect Pokemon, Baseball, Football, Soccer or any other kind of cards, you can use Card Collection Wizard to catalogue it.
Category:
sif - Simple Image Folder. Put only one php-file into a webfolder which contains pictures and get a thumbnailed preview on the fly.
Category:
Looking for a powerful and flexible report tool that's easy to use, cost effective and extract data from any database? Microsoft ® Office is your choice. XLReportGen /XLReportCom enable Microsoft Excel ® to be powerful and flexible reporting tool.
Category:
Aspose.Total for .NET offers 18 different, high power components for one low price! Furthermore, if any new components are released within a year of your purchase - you will receive them absolutely free. With Aspose.Total you will be able to create robust, scalable solutions sure to satisfy any need. You will be able to programmatically manage some of the most popular file formats used in business: Word, Excel, PowerPoint, Project, PDF and Flash. Aside from the powerful file management components Aspose.Total also contains components for charting, email, spell checking, barcode creation, ad hoc query generation, recurrence patterns, network protocols and workflow. Aspose.Total is your true value solution. We encourage you to download the FREE evaluation version to see how this great suite of components can work for you!
Category:
Reservation Calendar is an advanced calendar fields for reservation forms that allows to select partial or complete dates. This calendar can be inserted directly from the Dreamweaver menu (it's distributed as a Dreamweaver extension) and it has a visual administration interface that allows to block single dates or a range of dates to avoid reservations on reserved or special dates. This extension does not require database, the calendar's data is stored in plain text files. It's built using Ajax/ JavaScript with PHP on the server side. The public calendar can be inserted in a page with any extension, even into a static HTML or an ASP web page (the PHP script is reached through Ajax).
Category:
A Plus Appointment is an online scheduling, billing and client management system. can be used on the Web sites of companies for booking appointments online, with built in help desk, FAQ, News systems admin can provide support and information to the clients. It includes a user-friendly backend to keep track of clients, appointment staffs / Departments activities. Customers can reserve an appointment with a staff member via the Company's homepage, view the existing appointments and pay for the bill with several payment options.
Category:
We put together this site because of costs. Many jobs sites costs 100's of dollars for employers to list their jobs and for job seekers miss out on some great jobs out there. We will bring more job listings and offering as employers can search RESUMES to find employees.
Category:
MySQL database access wrapper.
Category:
Other links at ASP.NET > Tips and Tutorials
This tutorial will demonstrate how to display the text entered into an asp:textbox on a webpage.
Category:
Over the internet, one can easily find a lot of references for uploading images to a database. The major problem arises when one has to retrieve these images and display them in some server control, like the GridView control. In this article we will tackle exactly that. So let's begin... shall we
Category:
One of the challenges we had was being able to process a PagePostBack and save several hundred records across multiple tables within a reasonable amount of time. Plus, as the tool obtained more and more users with the number of analysis models growing exponentionally, it wouldn't be long before the wait time for data updates became unacceptable. We originally started out by following standard practices for populating classes, calling class methods with these classes as parameters which called stored procedures to save the data points one by one. To enhance performance a bit, we shared an open connection across all of the method calls. On larger models this resulted in waiting 15 seconds or so for the page to post to itself. Not a horrible wait time but I wanted to do better.
Category:
Oracle Applications 11i- (Technical) training with step by step instructions along wit hscreen shots. Check the link for topics to be covered in this course. After successful completion of this course one can acquire required skills for an Oracle Application (Technical) Consultant. Few topics are Introduction to ERP covers Definition,overview of popular ERPs.,Comparison of Oracle Apps with other ERP,Oracle application concepts,Internet computing architecture, internationalization support.
Category:
ASP.NET web applications are based on stateless HTTP protocol. New instance of the web page class is created each time the page is requested from the server. So, this would mean that all data on the page will be lost when page is posted to server. Then how do we create pages with controls which can preserve data across page postbacks.
Category: