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 84 of 133) 3985 Result(s) found 

 

Change a password for an account
Total Hit (2359)
Rating
a code snippet to loop through a user accounts properties.
Total Hit (2476)
Rating
Databinding to multi-dimensional arrays
Total Hit (1596)
Rating
Databinding to multi-dimensional arrays
Total Hit (1756) Someone asked whether it was possible to data bind to a multi-dimensional array, and if so how. Below is a simple example that demonstrates how to do so, it is not a super inspired scenario but you get the idea. Note that in addition to handling arrays, the concept can be applied to any hierarchica ....Read More
Rating
Dynamically Build an Array using ArrayList
Total Hit (1703) «Code LangId=4»Dim Values as New ArrayList() Values.Add("Scott") Values.Add("Fred") Values.Add("Sam") Dim Names as String() Names = Values.ToArray(Type.GetType("System.String"))«/Code» Note that because ArrayList implements ICollection -- you can do standard foreach interation over it. ....Read More
Rating
This is a link to a different site Use ASP.NET caching to optimize your Web applications
Total Hit (983) The ASP programming model includes the Application object, which allows developers to place both simple data types and COM objects in memory on the Web server so they could be accessible on any page, regardless of the current user. While ASP’s Application object retains its original functionality in ....Read More
Rating
This is a link to a different site Caching in .Net - Overview
Total Hit (883) One of the new features in ASP.NET is a system for caching page and application data, so that you don’t have to perform the same expensive process every time someone views a page. Page caching: Caching can be performed on a per-page basis, or on a per-user-control basis, letting you store part o ....Read More
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 (949)
Rating
This is a link to a different site How do I display data on a web page using arrays instead of Do...While...MoveNext...???...
Total Hit (853) Efficiently Displaying Recordsets in Classic ASP: Using GetRows()
Rating
This is a link to a different site Displaying Performance Monitor Information through an ASP.NET Web Page
Total Hit (568)
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 1 ( DataGrid Basics )
Total Hit (884)
Rating
This is a link to a different site XML Serialization in ASP.NET
Total Hit (1045)
Rating
This is a link to a different site Uploading Files in ASP.Net Using C# and Saving to the Server
Total Hit (534) This sample will show you how to create an ASP.Net page to allow a user to upload a file, determine the type of file being uploaded, and save that file to the web server.
Rating
This is a link to a different site Caching ASP.NET Pages
Total Hit (868) ASP.NET includes a simple yet powerful way to increase a Web server's throughput by allowing the entire response content from dynamically generated pages to be cached.
Rating
This is a link to a different site ASP.NET Caching Features
Total Hit (902) 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 A Sliding Window Cache
Total Hit (964) An example of setting the same "Source" object to expire 20 minutes after it is last accessed looks like:
Rating
This is a link to a different site AutoSortArrayList Class
Total Hit (675) It can sort any type of object, so long as that class implements the IComparable interface or you have a Comparer object. AutoSortArrayList has a property to assign your Comparer object. For instance, if you want to use AutoSortArrayList for strings, assign System.Collections.CaseInsensitiveComparer ....Read More
Rating
This is a link to a different site compile components without having to use a compiler
Total Hit (732) ability to compile components without having to use a compiler and or push a compiled component on the server. It completely slipped my mind that we already have support for this built-in to the pre-release.
Rating
This is a link to a different site Adding controls to PlaceHolders dynamically
Total Hit (965) A very powerful and flexible way to program sites in ASP.NET is to one .aspx which contains a PlaceHolder control for each area of your screen. You then dynamically fill these controls during each hit of your page. This code will get you started. Notice the "FindControl" method with which you identi ....Read More
Rating
This is a link to a different site Simple Login Control
Total Hit (1041) This control can be used to validate a user's login. This control is compiled as a library and can be used with any ASP .Net application.
Rating
This is a link to a different site Finding the Control ID
Total Hit (919) How do you find the control ID of the control that made the Postback? Here you go...
Rating
This is a link to a different site Loop through the Cookie Collection
Total Hit (907) A sample from the docs to loop through a cookie collection.
Rating
This is a link to a different site A code snippet I use to loop through the cookie collection
Total Hit (847)
Rating
This is a link to a different site How to Read and Write a Cookie
Total Hit (900)
Rating
This is a link to a different site How to grab information out of an existing cookie
Total Hit (921) A code snippet, posted on aspngbeta on how to read a cookie in C#
Rating
This is a link to a different site Using C# with Cookies
Total Hit (873) A code snippet posted on aspcs about accessing and writing cookies using C#.
Rating
This is a link to a different site Add records to a database, while using a datagrid to display the records.
Total Hit (1021)
Rating
This is a link to a different site Add Nulls to a Database
Total Hit (928)
Rating
This is a link to a different site This example caches a dataset. Updates the database and then invalidates the dataview so a fresh dataset is created.
Total Hit (949)
Rating
This is a link to a different site A code snippet to count the number of records in a dataset.
Total Hit (1018)
Rating


(Page 84 of 133) 3985 Result(s) found  ... 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 ...

Recommanded Links

 

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

© 2008 BinaryWorld LLC. All rights reserved.