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

 

Creating DataGrid's hyperlink columns with multiple parameters in the Url
Total Hit (2419) The DataGrid's HyperLinkColumn column is great to have a column with an hyperlink that points to an Url with a parameter whose value is taken from the data source, but what if you need to build the target Url with more than one parameter taken from the data source? In this case you can use a templat ....Read More
Rating
This is a link to a different site Creating Web Custom Controls with Visual Studio.NET... Part I: Overview and Composite Controls
Total Hit (916) Web custom controls provide a more flexible, as well as more complex, alternative to user controls. Custom controls are the subject matter of this series of two articles.
Rating
This is a link to a different site Go Beyond the limitations of ASP.NET Form
Total Hit (617) An article on the limitations of ASP.NET Form, especially the missing PostBack Action of a <form> element
Rating
This is a link to a different site Uploading Files in ASP.Net Using C# and Saving to the Server
Total Hit (533) 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 Saving Web Form User Input Data to an XML File
Total Hit (636) Instead of saving form data to a database table, you may need to save it to an XML file on disk. This article shows you how to do it.
Rating
This is a link to a different site Server Side Messaging
Total Hit (816) Server Side Messaging
Rating
This is a link to a different site Effective Email Address Validation
Total Hit (740) In this article, we would discuss a very brief and overall technique to verify the email addresses of the users that signup for a web account.
Rating
This is a link to a different site Bulk Edit GridView (ASP.net 2.0)
Total Hit (979) GridView is a tremendously useful control in ASP.NET 2.0. Despite being much improved from the DataGrid of the ASP.NET 1.x era, GridView still lacks some features which always seem to be requested. This is a multipart post on how to customize GridView to add some of this missing functionality. I' ....Read More
Rating
This is a link to a different site .NET Image Uploading
Total Hit (617) Uploading images in .NET and thumbnailing, resizing, etc.
Rating
This is a link to a different site Easy way to compile Web Projects to multiple assemblies
Total Hit (601) Ever wished to compile a web to multiple .dlls?
Rating
This is a link to a different site What is XSLT and how does it relate to XML?
Total Hit (777)
Rating
This is a link to a different site ASP.NET validation in groups
Total Hit (744) How to circumvent the all-or-nothing validation model of ASP.NET
Rating
This is a link to a different site Filter and Sort the DataGrid Using a DataView
Total Hit (533) The DataView class is a filtering and sorting mechanism. To work, a DataView requires a DataTable. The DataView becomes a specific view of the DataTable and, among other things, can be used to filter and sort the DataTable. The best way to explain a DataView is to see it in action, so we will get ri ....Read More
Rating
This is a link to a different site Personal .NET Portal
Total Hit (948) This article describes how I build my Personal Portal (in other words: a Homepage). The idea was to develop a Portal that is easy to deploy (e.g. no Database) and easy to use.
Rating
This is a link to a different site OmniSearch (Google Caching Engine)
Total Hit (866) OmniSearch attempts at showing a way to reduce the number of hits to the Google Web Service by caching searches.
Rating
This is a link to a different site How Do I...Use Regular Expressions to make replacements?
Total Hit (737) The Regular Expressions library can often ease the time it takes to generate string replacement functions. By specifying a pattern of strings to be replaced, you do not have to search for every possible variation of a string. Once a Regex object that matches every possible string to be replaced is c ....Read More
Rating
This is a link to a different site CodeBank - A small centralized code repository built using the .NET framework.
Total Hit (688) A .NET web based code repository for storing, searching, browsing and administering categorized projects.
Rating
This is a link to a different site Object-Oriented ASP.NET
Total Hit (670) Use the powerful object-oriented features of C# and VB.NET to build re-usable classes in ASP.NET
Rating
This is a link to a different site Writing Object-Oriented JavaScript Part 2
Total Hit (656) Using Cfx to develop a JavaScript control class library.
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 9 ( templates , editing grid and setting focus )
Total Hit (864)
Rating
This is a link to a different site Breadcrumbs in ASP.NET
Total Hit (651) This article describes how to create breadcrumb navigation for your web site, based on its directory structure.
Rating
This is a link to a different site ImageMap.NET
Total Hit (947) An ImageMap control for ASP.NET.
Rating
This is a link to a different site NoSpamEmailHyperlink: 6. Customization
Total Hit (933) Customizing the NoSpamEmailHyperlink to cause maximum damage to the spam harvesters.
Rating
This is a link to a different site Use the DataList Control to Present and Edit Data
Total Hit (857) The DataList is not as powerful as the DataGrid. It requires more work from you since it has no default data presentation format. However, the DataGrid begins to get very cumbersome as the number of columns of data you present increases. Anything more than half a dozen columns or so and you probably ....Read More
Rating
This is a link to a different site Introduction to some basic classes of ADO.NET
Total Hit (677) If you want to begin ADO.NET,start it from here
Rating
This is a link to a different site ASP to ASP.NET Session Bridge Using a Web Service
Total Hit (799) ASP to ASP.NET Session Bridge Using a Web Service
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 13 ( Computing the Sum of a Column )
Total Hit (892) Adding Computed column.
Rating
This is a link to a different site Creating DataGrid Templated Columns Dynamically - Part I
Total Hit (474) Few months back I wrote article on how to create DataGrid programatically. The article explained how to created a DataGrid with bound columns on the fly. Many readers asked whether we can do similar thing with templated columns. This two part article explains just that. There are actually two ways t ....Read More
Rating
This is a link to a different site How To: Call a Web Service Using SSL
Total Hit (1046) SSL can be used to guarantee the integrity and confidentiality of the messages passed to and from a Web service. This How To shows you how to use SSL with Web services.
Rating
This is a link to a different site Extending Forms Authentication - Windows or Custom Authentication
Total Hit (649) Combines Forms Authentication with Windows or Custom Authenticator
Rating


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