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

 

Persistent session state
Total Hit (2722) In ASP.NET 1.0 you have the option to maintain the session state on an external process, in SQL Server, by setting the mode attribute of the sessionState tag in web.config to SQLServer. The problem is that the data is stored in the SQL Server's Temp database, and thus the data is lost if the SQL Ser ....Read More
Rating
Input validation in ASP.NET 1.1
Total Hit (2632) ASP.NET 1.1 automatically validates input posted to the server against a list of potentially dangerous strings (the values are hard-coded, unfortunately, it would have been nice to be able to edit this list). For example, by default it prevents the user to submit text that contains "<script>", to pr ....Read More
Rating
Binding SQL Data to a DataGrid
Total Hit (1900) The DataGrid control supports a DataSource property that takes an IEnumerable or ICollection, as well as a DataSet. You can use a DataSet by assigning the DefaultView property of a table contained in the DataSet to the name of the table you wish to use within the DataSet. The DefaultView property re ....Read More
Rating
Centralize ASP.NET settings in one file
Total Hit (1794) Although ASP.NET lets you distribute web.config files over all the application's subdirectories, it surely doesn't force you to do so. You can keep all the application settings in its main web.config file, while enforcing different settings on a directory-by-directory base, if you want. The key to t ....Read More
Rating
This is a link to a different site Protecting Yourself from SQL Injection Attacks
Total Hit (913)
Rating
This is a link to a different site Highlighting Rows in an ASP.Net DataGrid
Total Hit (594) I like the idea of highlighting rows in a DataGrid as the user scrolls the mouse up and down over the grid. The effect can be achieved using several lines of client-side JavaScript, but why do that when two lines of .Net code will accomplish the same thing? The trick is to implement an ItemDataBound ....Read More
Rating
This is a link to a different site ITCN ASP.NET Forum 2004
Total Hit (605) ASP.NET forum application
Rating
This is a link to a different site Yet another pre-compile tool for ASP.NET web sites
Total Hit (843) This article describes a VB.NET tool that make easier to pre-compile an ASP.NET site.
Rating
This is a link to a different site Using Session and Application Objects in ASP .NET
Total Hit (800) The Web Forms model is the Web adaptation of the traditional Visual Basic® form-based interaction model. In this model, user activity produces input for processing modules that can reside either locally or remotely. In Visual Basic-based applications, the input is processed synchronously and with fu ....Read More
Rating
This is a link to a different site Multi-select ASP.NET datagrid
Total Hit (683) How to extend ASP.NET datagrid for multi-selection of data rows.
Rating
This is a link to a different site Error Handling in ASP.NET
Total Hit (491) In anything but the simplest of cases your application will contain errors. You should identify where errors might be likely to occur and code to anticpate and handle them gracefully.
Rating
This is a link to a different site Securing image URLs in a website
Total Hit (951) How to hide image URLs on a website to avoid illegal access, using a custom HttpHandler and encryption.
Rating
This is a link to a different site Could you Pass the Salt? Improving the Security in Encrypting Passwords using MD5
Total Hit (1055)
Rating
This is a link to a different site How to Confirm a Delete in an ASP.NET Datagrid
Total Hit (541) If you are allowing users to delete rows from a datagrid, you may want to give them the chance to confirm the delete first.
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 1
Total Hit (980) As a great philosopher of our times has so eloquently put it, it’s “deja vu all over again“. Remember OLE? Remember COM? Technologies which in their turn, was each supposed to be the foundation for everything to come from Microsoft. Remember how hard it was to understand them? Worse yet, implement t ....Read More
Rating
This is a link to a different site Create Simple Error Log Files using ASP.NET and C#
Total Hit (947) An article on generating text based error log files
Rating
This is a link to a different site An introduction to a post-relational database for .NET: Matisse - Part 6
Total Hit (947) ASP.NET programming with a post-relational database.
Rating
This is a link to a different site ASP.NET Common Web Page Class Library - Part 4
Total Hit (713) A utility class containing some useful features for ASP.NET applications
Rating
This is a link to a different site CSS Custom Provider To extend Web Control s Property Window
Total Hit (2308) This article describes how to extend the design time features of Visual studio to expedite development process.
Rating
This is a link to a different site Using the CustomValidator Control
Total Hit (2695) One annoying task that most every developer has had to face in the past is form validation. Since forms are an integral part of dynamic, data-driven Web sites, it is essential that a user's query into a form fit the specified guidelines. For example, in a Web site like Amazon.com where users are ent ....Read More
Rating
This is a link to a different site Creating and Consuming a Web Service
Total Hit (897)
Rating
This is a link to a different site How Do I...Receive asynchronously?
Total Hit (704) 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 Managed C++ Email Validator Control for ASP.NET
Total Hit (770) An ASP.NET Validator Control implemented in Managed C++ that can be used to verify email addresses by connecting to SMTP servers listed as Mail eXchangers for a domain, includes example of Win32 API Interoperability with C++ .NET. The validation is not RegEx based. ....Read More
Rating
This is a link to a different site Building an ASP.NET custom web control: a textbox and validator in one
Total Hit (747) In this article we will have a look at implementing a custom web control. This web control will inherit from the TextBox web control, and will automatically add a required field validator at run-time.
Rating
This is a link to a different site Exporting DataGrids to Excel
Total Hit (2121) Ken Walker's article on exporting DataSets to Excel has proved very popular. This article by Mike Dolan presents a different technique for getting a DataGrid rather than the DataSet into Excel. We believe you will find it very useful.
Rating
This is a link to a different site ASP.NET Charting Using Office Web Components (OWC)
Total Hit (2351)
Rating
This is a link to a different site Riverside Internet Forums
Total Hit (987) A set of ASP.NET custom controls that allow forums to be quickly added to a website.
Rating
This is a link to a different site Securing Images under Forms-Based Authentication in ASP.NET Applications
Total Hit (670) Allows Forms-based authentication to work on non-parsed files such as images.
Rating
This is a link to a different site Display Emoticons on an ASP.NET Webpage
Total Hit (649) Code to replace emoticons within a string by their HTML-images.
Rating
This is a link to a different site Global Error Handling in ASP.NET
Total Hit (633) An article on how to gracefully trap application errors in asp.net applications
Rating


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