ASP.NET News from Blogger: BinaryIntellect.net :: The .NET Code Gallery   Get the feed of: BinaryIntellect.net :: The .NET Code Gallery

Total News: 18

Jobs Site Starter Kit for ASP.NET 3.5

Jobs Site Starter Kit (JSSK) is an ASP.NET starter kit demonstrating many features of ASP.NET 3.5 including themes, master pages, data controls, membership, roles, profiles and AJAX. JSSK is a web app...

Store documents in on-line briefcase

Web sites often store files directly in some folder of the file system. However, this may not be the most suitable way in all scenarios. Many of you might have used Yahoo Briefcase. It allows you to...

Easy Survey

In todays competitive environment companies find it necessary to get feedback on their products and services. Companies also need to know the market trends, customer likings and dislikings. Often comp...

Share photos with your own Photo Gallery

A photo speaks for thousand words. You preserve memories of pleasurable, happy and joyous moments of your life in photos. You also want to share such moments with your friends, relatives and family me...

Web Site File Manager

BinaryIntellect Web Site File Manager is a tool for managing files and folders of your web site. Just include the FileManager.aspx in your web site and that's it! You have a complete file manager read...

BinaryIntellect Code Generator (Beta)

BinaryIntellect code generator is a handy tool that automatically generates T-SQL script and C# code for Insert Update, Delete, Select All, Select By Primary Key, Select By Foreign Key and Delete By ...

BinaryIntellect Code Generator

BinaryIntellect code generator is a handy tool that automatically generates T-SQL script and C# code for Insert, Update, Delete, Select All, Select By Primary Key, Select By Foreign Key, Delete...

Develop your own Blog

Blogging has become a very popular trend on the web. Many people are using blogs to express their own thoughts, work and personality. There are many web sites that offer you to start your own blog w...

Reading and Writing to Windows Registry

.NET developers often use XML configuration files (web.config or app.config) to store application configuration settings. This is indeed a recommended way. However, at times you need to store such set...

Poll Application in ASP.NET 2.0

Many portals collect user opinion by conducting polls. This sample application developed in ASP.NET 2.0 will show how to develop such an application. The administrator can manage poll questions using ...

Using DataGridView Column Types

In Windows Forms 2.0 the new DataGridView control enhances the DataGrid control of 1.x. You can now add various column types such as TextBox, Button, CheckBox, HyperLink, ComboBox and Image. This samp...

Using Masked Textbox control

During 1.x days one of the missing controls in Windows Forms was Masked Edit control. Fortunately it has been introduced in 2.0. The Masked Textbox control of Windows Forms 2.0 allows you to restrict ...

URL Manager to manage your favorite web sites

If you are a frequent surfer undoubtedly you encountered the problem of remembering the URLs of the web site that visit often. Many times the URLs are long and difficult to remember. URL manager can h...

Using Background Worker Component in Windows Forms

In Windows Forms applications you often need to execute lengthy tasks that block the UI entirely. Traditionally developers use to run such tasks in a separate thread. Though this approach is still pos...

Tabbed web browser using WebBrowser control

This is a sample illustrating the use of WebBrowser control. The application consists of a Window Form that displays web pages in tabbed manner (like Firefox). Standard browser functions i.e. Back, Fo...

Bulk Copy Tool

Many times you need to import data from different databases into your SQL Server database. If you do not have SQL Server Enterprise manager or similar tools then it becomes very tedious to import such...

Database Helper for .NET 2.0

BinaryIntellect DatabaseHelper is an open source data access component that simplifies your job of executing queries and stored procedures. It is developed using new factory classes of ADO.NET 2.0 a...

Jobs Site Starter Kit

Jobs Site Starter Kit (JSSK) is an ASP.NET starter kit demonstrating many new features of ASP.NET 2.0 including themes, master pages, new data controls, membership, roles and profiles. JSSK is a web a...

View Other bloggers