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

 

Uploading a file on the server
Total Hit (4669) Uploading a file from the client to the server is very straightforward with ASP.NET. Just use the «code LangId=4»<input type="file" runat="server"> «/code»tag and its wrapper class HtmlInputFile. Here's how you define the control on the page: «Code LangId=4» <form runat="server" enctype="multipa ....Read More
Rating
ASP.net Error on Windows 2003 Server: You do not have privileges to debug the web server process.
Total Hit (2289) Recentaly I had very uncommon problem which was not described anywhere and it was hard to solve without help of microsoft.public.vsnet.debugging news group. I had the following error everytime I try to run the ASP.net project using F5 (Debug Mode) «i»"Error while trying to run project: Unable ....Read More
Rating
Change a password for an account
Total Hit (2355)
Rating
Sorting XML Data using the .NET DataGrid
Total Hit (2371) Sorting different data types of XML Data in a DataGrid
Rating
This is a link to a different site Display a SQL row vertically and column horizontally
Total Hit (975) This article demonstrates how to flip and display rows and columns of a DataSet table.
Rating
This is a link to a different site ASP.NET Common Web Page Class Library - Part 3
Total Hit (744) An ASP.NET page class that has the ability to e-mail its rendered content
Rating
This is a link to a different site Browser Based Event Viewer in ASP.NET/C#
Total Hit (684) This is a small and handy utility that can be used to view the event viewer entries of Windows 2000 servers. Perhaps this provides a handy and a paginated utility to view the number of entries in the event viewer.
Rating
This is a link to a different site Integrating PayPal into E-Commerce Applications with ASP.NET
Total Hit (730) E-commerce applications require user-friendly mechanisms for payment. Although e-commerce sites usually use full credit card processing gateways, offering PayPal for payment provides an option for those who don't want to send credit card information across the Internet. ....Read More
Rating
This is a link to a different site Eventing Within Composite Web Custom Controls
Total Hit (651) Handling events and View State inside a Web Custom Control using Composition Rendering.
Rating
This is a link to a different site Overview of Webforms
Total Hit (678) A quick introduction to WebForms in ASP.NET
Rating
This is a link to a different site Hiding and Showing Columns in the DataGrid Control
Total Hit (531) The DataGrid allows you to make columns visible or invisible on demand - even edit and other special columns. This article will show you how it is done.
Rating
This is a link to a different site Regular expressions to validate email address
Total Hit (802) This all are the common regular expressions to validate email address
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 7
Total Hit (905) This is the seventh 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 applicati ....Read More
Rating
This is a link to a different site DataGrids, DataSets, and XML Strings
Total Hit (924)
Rating
This is a link to a different site Working with Server Controls
Total Hit (547) This article includes Declaring Server Controls Manipulating Server Controls Handling Control Action Events Handling Multiple Control Action Events Performing Page Navigation (Scenario 1) Performing Page Navigation (Scenario 2) ....Read More
Rating
This is a link to a different site Accessing and Manipulating XML Data in .NET I
Total Hit (659) Part I: DOM, XMLReader, XMLNode and XmlDocument.
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 (945)
Rating
This is a link to a different site Microsoft Sharepoint Webparts and ASP.NET QueryStrings
Total Hit (744) How to pass QueryStrings between sites and to the underlying webparts.
Rating
This is a link to a different site How can I read the entire contents of a text file into a string?
Total Hit (553)
Rating
This is a link to a different site Work with databinding?
Total Hit (520) «LI» Data Binding Overview and Syntax «LI» Binding to Simple Properties «LI» Binding to Collections & Lists «LI» Binding Expressions or Methods «LI» DataBinder.Eval() «LI» Section Summary
Rating
This is a link to a different site Rotated Text Image Overlay Control
Total Hit (615) ASP.NET control to overlay rotated text on images.
Rating
This is a link to a different site WebBoxes
Total Hit (618) Yet another collapsable control, but it relies on a "graphics server" for dynamic pretty rounded corners, cool arrows and unlimited font support. If you can FTP to your site, then the fonts are usable, no admin rights required
Rating
This is a link to a different site Session management options in ASP.NET
Total Hit (997) Article on ASP.Net Session management
Rating
This is a link to a different site Using Forms Authentication with Web Services
Total Hit (747) ASP.NET Forms authentication is one of the most flexible way to authenticating users. Typically under such scheme you will have user ids and passwords in some database. You will then present a form to the user that accepts the credentials. Then at server side you check whether the credentials are va ....Read More
Rating
This is a link to a different site A .NET server control to help you construct your web page
Total Hit (962) How to maintain the same look and feel for all of your web pages.
Rating
This is a link to a different site An Easy-To-Use CacheManager
Total Hit (655) A .NET class that manages ASP.NET data cache
Rating
This is a link to a different site Empowering the ASP.Net Button Web Control, Confirm?
Total Hit (856) Learn how to create an ASP.Net confirm button using a combination of VB and JavaScript code
Rating
This is a link to a different site ImageMap in ASP.NET
Total Hit (988) The .NET framework comes with a nice set of web server controls that allows you to code, for ASP.NET, in a object-oriented manner and hiding the complexity of HTML, scripts and browser versioning. Unfortunately it doesn't supply any control that can generate image maps. We have developed a control t ....Read More
Rating
This is a link to a different site How To: Use Forms Authentication with SQL Server 2000
Total Hit (1093) This How To shows you how to implement Forms authentication against a SQL Server credential store. It also shows you how to store password digests in the database
Rating
This is a link to a different site Using HTTP Modules To Combat Leeching
Total Hit (726) An article to demonstrate how HTTP Module-based filtering can prevent leeching.
Rating


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