.NET

Customer Support Request and Feedback Forms

Customer Support Request and Feedback Forms

Customer Support Request and Feedback Forms Easily customizable Customer Support Request and Feedback Forms created as User Controls which can be easily dragged and dropped into your existing ASP .NET page. Supports all versions of ASP .NET starting from 2.0 up to version 4.0. Fully enhanced with Data validation and Email verification. Ready to use Email sender. Clean and Simple. User Control size: 400px width by 100% height. Tutorial f...

AML - Any Markup Language DOM

AML - Any Markup Language DOM

AML stands for Any Markup Language – it’s purpose is to aggregate XML DOM and HTML DOM functionality, leaving XML restrictive document treatment and replacing it with smooth use of HTML . You can use AML with any website’s HTML or XML data – wheter it’s well formated or not. It could even fail validation at all and You’ll still have an access to document’s nodes in a way You’re already familiar with. You do not need to use .Net’s...

HardwareLib

HardwareLib

VERSION 1 .2 RELEASED ! HardwareLib is a .NET Library that offers a set of functions to get information about your hardware such as motherboard, CPU , RAM ,Graphics Card, Network Adapter, CD/DVD Drives and Hard Drives… You can get device details (manufacturer, model, serial number, Name…. etc) HardwareLib use WMI to obtain informations about installed Devices please see the screenshot How to use CPU Class ...

BS Update Wizard

BS Update Wizard

Product Description BS Update Wizard is Visual Basic .NET project, it can check for update for any of your programs and download the new updates automatically, with download speed, downloaded size and total size. Main Features Metro UI (New) Redesigned UI (New) Optimized 100% (New) Code became more simple (New) Smaller code 50% (New) Metro icons (New) Custom icons with PSD files (Enhanced) Check for internet connection befo...

Simple Analytics Module

Simple Analytics Module

This module allows you to integrate easily and without redeployment of an existing web site three analytics sytems: - google analytics - piwik - owa and an user feedback system : uservoice. Copy the assembly in the bin directory of your asp.net app, write a few lines in the web.config file, and that’s it.

DriveInfoEx class - extension for DriveInfo

DriveInfoEx class - extension for DriveInfo

DriveInfoEx is a .net class which purpose is to provide some extra data about every storage drive installed. You can get drive icon (large and small), device details (manufacturer, model, serial no etc.), partition details (disk index, offset, size etc). DriveInfoEx is quering few various WMI classes (Windows Management Instrumentation) to obtain necessary data and aggregate it into acceptable form. Standard .net class named DriveInfo ...

BackgroundScheduler

BackgroundScheduler

The BackgroundScheduler component provides you with a simple and robust method to get your web application to perform regular tasks in the background without any interference with your visitors. These regular background tasks may include: - Sending emails on a regular basis. - Regular temp folder clean-up. - Downloading RSS feeds of another website. - Creating your own RSS feeds as static html files regularly. - Connect to web services ...

ExcelReader

ExcelReader

ExcelReader component can be used to read and convert the content of Excel 97-2003 format files into DataTables, that can easily be used in your applications. To display a sheet in a GridView control 3 lines of code needed: DataTable dtSheet1 = ExcelReader.GetSheet(Filename, 0); GVSheet1.DataSource = dtSheet1; GVSheet1.DataBind();

FEVOR Validation Library

FEVOR Validation Library

FEVOR is an abbreviation for Fluent Extensible Validator and it’s a .NET validation library with lots of features that simplify the validation process in development by abstracting away the complex logic of conditional statements. Features it can be used on any .NET project removes conditional statements clutter by making use of a fluent syntax; no need to learn any attributes or interfaces to extend it (it’s all based on extension methods...

Google Calendar Template

Google Calendar Template

This project contains an example of how to use the Google Calendar API togeder with ASP .net. Features Integrated with fully featured calendar jQuery plug-in; Edit/Delete events from FancyBox form; Library with CUD methods for Google Calendar API ; Month/week/day event view; Glossy calendar design;