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

 

Saving data between postbacks in the ViewState collection
Total Hit (2559) In classic ASP, the only way to preserve information - for example, the value of a variable- - between consecutive client requests is by means of Session variables, cookies, or other awkward techniques, such as arguments on the query string or values in hidden fields. ASP.NET gives you yet anoth ....Read More
Rating
Creating multi-steps input forms
Total Hit (2886) In a typical user registration form, you may ask for quite a lot of data, such as the first and last name, full address, phone and fax numbers, e-mail address, newsletters subscriptions and other data for the site personalization. All this data shouldn't the asked in a single step, because a long li ....Read More
Rating
SelectItemFromText - Select the ListControl element with a given text
Total Hit (2465)
Rating
Formatting dates with VB.NET and ASP.NET
Total Hit (3192) «B»This tutorial covers formatting dates. To follow this tutorial, there are some basic requirements:«/B» A text editor or a visual web design program with HTML editing capabilities installed on your computer since this exercise will require hand coding. Examples include Notepad, Homesite, or ....Read More
Rating
How can I get free Certificate for SSL enabled site
Total Hit (2514) If you need to setup SSL in IIS but don't want to pay for cert signing now, please visit: «a href='http://www.cmsweb.com/ca/personal-sign-form.php3'»http://www.cmsweb.com/ca/personal-sign-form.php3«/a»«a target=_blank title='New Window' href='http://www.cmsweb.com/ca/personal-sign-form.php3'» «i ....Read More
Rating
Parse URLs with the System.Uri class
Total Hit (3108) The Url and UrlReferrer properties of the Request ASP.NET object return a reference to the URL of the page and the URL of the page that referred to this one. Both properties return a System.Uri object; you can query the properties of this object to learn more about the address of the page that so yo ....Read More
Rating
Change script timeout through ASP.NET configuration files
Total Hit (4409) The httpRuntime tag in ASP.NET configuration files lets you determine several behaviors of ASP.NET at the machine or site, including the global value for script timeout. Here's the complete syntax for this tag: «Code LangId=4» <httpRuntime executionTimeout="seconds" maxRequestLengt ....Read More
Rating
This is a link to a different site How Do I...Receive a message from a message queue?
Total Hit (908) 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 DataGridNavigator
Total Hit (659) ASP.NET server control which renders DataGrid navigator.
Rating
This is a link to a different site Using Templates With the ASP.NET Repeater Control
Total Hit (956) The Repeater control is a lightweight control but has many uses and has become a favorite of mine. Many developers do not realize that you can use templates with the Repeater. It has a limited set of templates, with few properties, but you can make use of them as this article demonstrates. ....Read More
Rating
This is a link to a different site Using Radio Buttons To Select DataGrid Row
Total Hit (477) DataGrid allows you to put any controls inside a template column. You must be thinking that on the same line one can add RadioButtons web control as well. However, there is a catch. Radio buttons behave as a single group based on their GroupName property. When put inside DataGrid, DataGrid acts as t ....Read More
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 2
Total Hit (965) In part 1 I described an application that I devised as a learning project to help me get experience developing for the .NET environment, specifically ASP.NET. The application is a WEB based bug tracking tool. In the previous article I described the requirements for the application and defined the da ....Read More
Rating
This is a link to a different site Switching Between HTTP and HTTPS Automatically: Version 2
Total Hit (636) An article on automatically switching between HTTP and HTTPS protocols without hard-coding absolute URLs.
Rating
This is a link to a different site Paging of Large Resultsets in ASP.NET
Total Hit (653) An article about optimization and performance testing of MS SQL Server 2000 stored procedures used for paging of large resultsets in ASP.NET
Rating
This is a link to a different site A Grouping Repeater Control for ASP.NET
Total Hit (660) This custom repeater control can be used to add group headers to your output.
Rating
This is a link to a different site A Better ValidationSummary Control for Data Driven Applications
Total Hit (758) The ValidationSummary Control can be easily subclassed to make data driven web applications more code-friendly.
Rating
This is a link to a different site Top Questions about the DataGrid Web Server Control
Total Hit (1326) Windows Forms versus Web Forms DataGrid Controls Controlling Column Width, Height, and Alignment Customizing Column Layout in Display and Edit Mode Formatting Dates, Currency, and Other Data Showing and Hiding Columns Dynamically Adding Columns Dynamically Adding New Records to a Data Source U ....Read More
Rating
This is a link to a different site Designing and implementing a versatile data access tier for an ASP.NET application
Total Hit (681) In this article, we will drill down deeper in to the design of a n-tier architecture and our focus will be on the data access tier (DAT)
Rating
This is a link to a different site Create a valid RSS 2.0 document using XmlTextWriter
Total Hit (652) Create a valid RSS 2.0 document using XmlTextWriter
Rating
This is a link to a different site Creating an HTML Text Area Server Side Control
Total Hit (803) Using VB.NET and Java Script to Create ASP.NET Rich Edit Server Side Control
Rating
This is a link to a different site ComboBox WebControl
Total Hit (963) IE ComboBox WebControl
Rating
This is a link to a different site TripleDES Encrypted Configuration File
Total Hit (2438) How to make your server settings safer
Rating
This is a link to a different site Creating Dependent DropDownLists
Total Hit (907) Forcing the contents of DropDownList2 to change based upon the selection made from DropDownList1 is a fairly common requirement of dynamic web pages. .NET makes this fairly simple to handle by using the OnSelectedIndexChanged event and setting AutoPostBack to True. To do this dynamically, retrieving ....Read More
Rating
This is a link to a different site Localize an ASP.NET application?
Total Hit (1019) «LI» Copy and Translate «LI» Localization and Controls «LI» Section Summary
Rating
This is a link to a different site Caching in DataGrid while performing Insert, Edit and Update operations
Total Hit (877) This article shows how we can use caching while performing insert, edit and update functions in the DataGrid.
Rating
This is a link to a different site XPath Analyzer
Total Hit (608) XPath Analyzer is an attempt to build a query analyzer for XPath language, accessible over the Internet. XPath is a very efficient language to address specific nodes in an XML document. It is frequently used in XSLT to transform XML document to another document format. However, with the introduction ....Read More
Rating
This is a link to a different site Creating Line Chart For WebForms Using C#.
Total Hit (997) This article desscribes on how to create a line chart for web forms using C#.
Rating
This is a link to a different site ASP.NET Common Web Page Class Library - Part 2
Total Hit (687) Detecting changes in data controls in ASP.NET web forms
Rating
This is a link to a different site A Web based SMTP client program
Total Hit (706) This is a a web based SMTP client program that can be used to send an email through a SMTP server.
Rating
This is a link to a different site FrameControl - Framework for creating web applications
Total Hit (662) FrameControl is a framework that contains the code common for most of the web applications.
Rating


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