Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
VB VB (1648)
VB.net VB.net (736)
C# C# (15)
ASP.net ASP.net (779)
ASP ASP (41)
VC++ VC++ (25)
PHP PHP (0)
JAVA JAVA (4)
JScript JScript (5)
  Database
» SQL Server (708)
» ORACLE (5)
» MySQL (0)
» DB2 (0)
Automation
» C/C++/ASM (11)
» Microcontroller (1)
» Circuit Design (0)
OS/Networking
» Networking (5)
» Unix/Linux (1)
» WinNT/2k/2003 (8)
Graphics
» Flash (0)
» Maya (0)
» 3D max (0)
» Photoshop (0)
Links
» ASP.net (2)
» PC Interfacing (1)
» Networking (4)
» SQL Server (4)
» VB (23)
» VB.net (4)
» VC (3)
» HTML/CSS/JavaScript (10)
Tools
» Regular Expr Tester
» Free Tools

(Page 26 of 26) 779 Result(s) found 

 

Preload subject and body when offering an email URL
Total Hit (2805) You can easily add a link in your ASP and ASP.NET pages that, when clicked, runs the default mail program (e.g. Outlook) and allows the user to send a message to the email address you provide: «Code LangId=4» <a href=mailto:someone@yoursite.com>Click here to send a message</a> «/Code» Interes ....Read More
Rating
Multiple file download in asp.net with vb
Total Hit (1848) The user is shown a list of files with checkboxes for the ones they want to download. The user can choose to download 1 to many files. I have it set up to force the prompt to save/download. The program recognizes the files that the user requests, however, the download only works on the first file an ....Read More
Rating
Improve performance with the EnableViewState property
Total Hit (2678) All Web Forms controls, and the page itself, expose the EnableViewState property, a boolean that says whether the current value of the control must be saved in the __VIEWSTATE hidden field and restored during a page postback. By default this property is True, which means that a field's value is ....Read More
Rating
This is a link to a different site Bi-directional Sorting and Paging in the ASP.NET Datagrid
Total Hit (849) Without some special handling you end up with a mess when you try to combine sorting and paging in the same ASP.NET datagrid. When you try to implement two-way, or bi-directional, sorting the mess gets even worse. This article shows a way to combine the two. ....Read More
Rating
This is a link to a different site Mulltiple File Upload - Hotmail Style
Total Hit (971) Demonstrates how to upload multiple files using one HttpInputFile control - Hotmail style! The Input type=file allows a user to select only one file at a time thereby forcing a developer to use multiple Input type=file on a page.
Rating
This is a link to a different site Writing Object-Oriented JavaScript Part 1
Total Hit (655) Using Cfx to develop a JavaScript control class library.
Rating
This is a link to a different site How Do I...Access Active Directory?
Total Hit (2202) The Active Directory Service Interface (ADSI) accesses the capabilities of directory services from different network providers in a distributed computing environment to present a single set of directory service interfaces for managing network resources. Administrators and developers can use ADSI ser ....Read More
Rating
This is a link to a different site An ASP.NET thumbnail solution
Total Hit (703) Welcome to my first article in CodeProject! The picture above should give an idea of what the code i developed does. I started this project after reading the (very good) ASP.NET tutorials of the Framework SDK. The DataList control gave me the idea to make a user control to display thumbnails in grid ....Read More
Rating
This is a link to a different site ASP.NET Controls to prevent automatic registrations from bots
Total Hit (1020) A set of controls that when placed on a web form help to prevent abuse of registration pages by forcing users to enter the security code displayed in a picture.
Rating
This is a link to a different site Provide Your Users with Secure Authentication Capabilities Using Microsoft .NET Passport
Total Hit (1060) Secure sign-in, a new feature in version 2.0 of the .NET Passport single sign-in and profile service, is a functionality that will be especially useful for sites containing confidential information or anywhere security is a primary concern. Such sites include banks, medical sites, and so on. Secure ....Read More
Rating
This is a link to a different site Roll your own ASP.NET Chart Control
Total Hit (941) How to build a chart control with full design-time support.
Rating
This is a link to a different site How Do I...Use message formatters?
Total Hit (714) Message queuing makes it easy for application developers to communicate with application programs quickly and reliably by sending and receiving messages. Messaging provides you with guaranteed message delivery and a robust, fail-safe way to carry out many of your business processes. ....Read More
Rating
This is a link to a different site Export DataSets to Excel...
Total Hit (1941) Often we need to load the data from a dataset into an excel spreadsheet to be manipulated and/or saved off to a local file. There are several ways to accomplish this using either Crystal Reports or ActiveReports. However there is a simple, elegant way to do the same thing without the need for a repo ....Read More
Rating
This is a link to a different site PRB: "The specified Web server is not running ASP.NET version 1.1" error message when you create an ASP.NET 1.1 application and you have both ASP.NET 1.1 and ASP.NET 1.0 installed
Total Hit (803)
Rating
This is a link to a different site Using the TreeView IE Web Control
Total Hit (1105) Learn about the TreeView Web control and how to start using it in your ASP.NET Web applications. In addition to the standard ASP.NET Web controls (like the TextBox, DropDownList, DataGrid, DataList and so on) Microsoft has released an additional set of Web controls designed to take advantage of feat ....Read More
Rating
This is a link to a different site Highlighting Search Keywords in a DataGrid Web Control
Total Hit (2190)
Rating
This is a link to a different site A Windows logon, web user control implementation - in ASP.NET
Total Hit (673) A classic example of implementing reusable web user control, with supporting controls and classes to keep the code manageable.
Rating
This is a link to a different site Securely Run the ASP.NET Worker Process as the System Account
Total Hit (639) Describes the proper way to configure a server to securely run the ASP.NET worker process runs as the system account.
Rating
This is a link to a different site How to upload an image using ASP.NET
Total Hit (675) How to upload an image using ASP.NET for beginners
Rating
This is a link to a different site A Session Data Management Tool
Total Hit (957) Introducing a .NET web service to manage session data for multiple applications
Rating
This is a link to a different site Server Control Form Validation
Total Hit (481) «LI» Introduction to Validation «LI» Types of Validation Controls «LI» Client-Side Validation «LI» Displaying Validation Errors «LI» Working with CompareValidator «LI» Working with RangeValidator «LI» Working with Regular Expressions «LI» Performing Custom Validation «LI» B ....Read More
Rating
This is a link to a different site Changing a column in multiple DataGrid rows using checkboxes
Total Hit (601) This article demonstrates how to apply a dropdownlist value to multiple rows in a DataGrid.
Rating
This is a link to a different site ImageButton Control in ASP.NET
Total Hit (601) Assigning disabled image to ImageButton Control
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 2 ( Specifying DataGrid Formatting Options )
Total Hit (941)
Rating
This is a link to a different site Creating Search Pages with Index Server and .NET
Total Hit (939) Combine the ADO.NET techniques you know - and perhaps some you don't know - with the power and flexibility of Microsoft Index Server and ASP.NET to create easy - yet powerful - custom search pages for your Web site.
Rating
This is a link to a different site Add records to a database, while using a datagrid to display the records.
Total Hit (1014)
Rating
This is a link to a different site Introduction to Web Forms State Management
Total Hit (897) Due to the nature of the standard transfer protocol ( http ), Web pages are regenerated each time the page is posted to the server ,because of which all information associated with the page, such as the values of controls contained within the page, would be lost with each round trip from the browser ....Read More
Rating
This is a link to a different site Developing multilingual applications in ASP.NET (Part - III)
Total Hit (750) The previous article of this series explained how to read resources stored in a resource file (.resources). Though that approach works in many situations one drawback was that you need to provide physical directory path to load the resource file from. This means you should know where the resource is ....Read More
Rating
This is a link to a different site FileUploadProgressBar in ASP.NET (C#)
Total Hit (729) An example of how to create file upload progress page.
Rating


(Page 26 of 26) 779 Result(s) found  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

Recommanded Links

 

Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.