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 7 of 26) 779 Result(s) found 

 

Passing values from a page to another by means of the Context object
Total Hit (2706) Sometimes you may want to gather the user input with a page, and process it in a different page. As you know, ASP.NET web forms can post only to themselves, so you can't just change the form's <i>action</i> attribute and make the form post to a different page. And anyway, you may want to do some pro ....Read More
Rating
GetIndexFromText - Return the index in a ListControl given a text
Total Hit (2327)
Rating
Use custom error pages in ASP.NET
Total Hit (1901) The tag in ASP.NET configuration files affects how error pages are managed in an ASP.NET application and whether developers can redirect users to their custom error pages when an exception is thrown. The syntax for this tag is: <customErrors mode="On|Off|RemoteOnly" defaultRedirect="url"> <e ....Read More
Rating
Update the ACL of a file from an ASP.NET application
Total Hit (2614) It's not uncommon that ASP.NET applications have the need to use a personal .config file to write some runtime information. Since ASP.NET applications are not granted the permission to create or edit files on the server, the best place to store persistent data is a table in a database server (not an ....Read More
Rating
This is a link to a different site Popup - The .NET Way
Total Hit (531) In this article we are going to build a method and an overload of the same which will open a popup window without using javascript or VB code in the .aspx page.
Rating
This is a link to a different site Choosing Resource Access Identities -IDENTITY IMPERSONATION
Total Hit (587) Choosing Resource Access Identities -IDENTITY IMPERSONATION
Rating
This is a link to a different site Behind the scenes of ASPX files
Total Hit (808) Describes what goes with ASPX files and how ASPX files affect the page life cycle
Rating
This is a link to a different site Web Service Authentication Via SOAP Headers
Total Hit (718) While working with web services one of the commonly faced question is - How do I secure my web service? One aspect of security is preventing anonymous access to the web service. This can be done in various ways such as passing user id and password with each web method call. One elegant alternative i ....Read More
Rating
This is a link to a different site DateTimePicker Web Control
Total Hit (670) DateTimePicker control making use of the ASP.NET Calendar control
Rating
This is a link to a different site Using Resource Files In ASP.NET
Total Hit (680) Using resource files in ASP.NET.
Rating
This is a link to a different site URL sharing across a network with ASP.NET
Total Hit (2411) URL Explorer is an ASP.NET application which displays the content of a generated XML file, representing the structure of your Favorites folder with the help of an XSLT stylesheet. URL Explorer allows the sharing of Internet Explorer shortcuts over an intranet or the Internet. ....Read More
Rating
This is a link to a different site Accessing and Manipulating XML Data in .NET III
Total Hit (580) Part III: XSD Schemas, XML and SQLServer
Rating
This is a link to a different site Accessing ODBC data sources using a web service
Total Hit (1944) A web service for your simple database queries and updates.
Rating
This is a link to a different site Configuring ASP.NET Applications to Use the Appropriate Session State
Total Hit (846) If the <sessionState> section does not exist in the Machine.config file or the Web.config file, the following is the default session state behavior: «LI»The session time-out value for an ASP.NET session state is 20 minutes. «LI»The session state is maintained within all of the applications runn ....Read More
Rating
This is a link to a different site Using Server.Transfer and EnableViewStateMac to Preserve Form State
Total Hit (839) In classic ASP all of you must have posted one form to another by setting the action attribute. However, this doesn't work the same with ASP.NET. The web form model requires that each form be posted to the same form. If you want to transfer control from one web form to another you need to use Server ....Read More
Rating
This is a link to a different site ASP.NET Caching Features
Total Hit (899) When clients access an ASP.NET page, there are basically two ways to provide them with the information they need: «li»the ASP.NET page can either obtain information from server resources, such as from data that has been persisted to a database, or the ASP.NET page can obtain information from w ....Read More
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 6
Total Hit (937) This is the sixth article in a series describing the development of an application I devised as a learning project. The purpose of the project was to gain experience developing in the .NET environment. The goal I had given myself was to define a web-based application and then develop the application ....Read More
Rating
This is a link to a different site Generic Graphical Voting Poll Web Application
Total Hit (758) Generic voting poll web application for conducting polls from your website.
Rating
This is a link to a different site Understanding the Differences Among the DataGrid, DataList, and Repeater
Total Hit (608) One of the many benefits of ASP.NET over its predecessor, ASP, is ASP.NET's data Web controls. The data Web controls are designed to easily display data. For example, the DataGrid Web control is ideal for displaying data in an HTML <table>. (For more information on the DataGrid Web control be sure t ....Read More
Rating
This is a link to a different site Cassini and Apache 101
Total Hit (1916) This article describes how to get ASP.NET up and running on Apache 2.x for Windows
Rating
This is a link to a different site Multi-row Editing in the ASP.NET DataGrid
Total Hit (845) This articles demonstrates how you can have multiple datagrid rows available for editing at one time, not just the one row you are normally limited to.
Rating
This is a link to a different site How Do I...Pass a complex type through a message queue?
Total Hit (727) 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 A Robust Image Gallery for ASP.NET
Total Hit (2780)
Rating
This is a link to a different site ASP.NET Letter Paging Based on Data Content
Total Hit (689) Paged table data display in DataGrid by selecting letter from a letter list which is derived from existing data.
Rating
This is a link to a different site Data Sanitization - Reducing Security Holes in an ASP Web Site
Total Hit (4433) ASP is a great Web development technology that allows for rapid development of data-driven Web sites. However, problems can arise, however, when developers "go live" with code that contains potential security holes due to rushing out poor code, or not knowing the exploits that exist. In this article ....Read More
Rating
This is a link to a different site Including a Data Bound CheckBox in an Editable DataGrid
Total Hit (596) I've had several requests to show how a data bound checkbox could be included in an editable datagrid. This article shows how to bind a bit field from a table to a checkbox in a datagrid as well as how to update the table with changes in the checked state of the checkbox. ....Read More
Rating
This is a link to a different site Master-Detail DataGrids in ASP.Net
Total Hit (496) In this article you will learn how to link two datagrids in a master-detail relationship. There is more than one way to accomplish this task. In this article we will implement row filtering to find the detail records corresponding to a master record selected in the master grid. The tables we will us ....Read More
Rating
This is a link to a different site Building a web based RSS Feed Viewer using System.XML
Total Hit (788) This article illustrates building a class to parse RSS Feeds and return the details in a form that they can be eaisly manipulated and displayed.
Rating
This is a link to a different site Easy ASP.NET Shopping Cart
Total Hit (945) An easy to implement shopping cart for any database.
Rating
This is a link to a different site Reading and Writing Text Files with the .NET Framework
Total Hit (694) Ideally, all persistent data should be stored in a database, but oftentimes Web developers find themselves using plain old text files for some kind of persistent storage. There are usually better alternatives, but since this technique is still used quite a bit, it is worthwhile to discuss how to rea ....Read More
Rating


(Page 7 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.