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

 

Showing a graphical checkmark on DataGrid's boolean columns
Total Hit (2628) While working with template-based controls such as the Repeater, DataList or DataGrid, it often happens that you don't want to show just plain text as it is retrieved from the data source, but want to interpret the data and represent it in other ways. For example, you may want to show a graphical ch ....Read More
Rating
Reduce Server Too Busy errors with the httpRuntime tag
Total Hit (2482) The httpRuntime tag in ASP.NET configuration files lets you determine several features of ASP.NET at the machine or site level, including the how ASP.NET uses multi-threading. Here's the complete syntax for this tag: «Code LangId=4» <httpRuntime executionTimeout="seconds" maxReques ....Read More
Rating
System.UnauthorizedAccessException: Access to the path "C:\Inetpub\MySite" is denied.
Total Hit (2663) ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically «b»{MACHINE}\ASPNET«/b» on IIS 5 or «b»NETWORK SERVICE«/b»on IIS 6) that is used if the application is not imper ....Read More
Rating
GetPostbackControl - Return a reference to the control that caused the last postback
Total Hit (2572)
Rating
Databinding to multi-dimensional arrays
Total Hit (1753) 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
Error : "You do not have permission to debug the server" when you try to debug ASP.net application on windows 2003
Total Hit (2106) There are several reason when you can get this error. I tried all possible ways to solve this problem on my windows 2003 machine with VS 2003 but no luck I tried to reinstall debugger components I tried to check Administrator is added in Debugger Group I went through all possible steps but f ....Read More
Rating
Better user experience with the SmartNavigation property
Total Hit (2990) During a page postback, the page is redrawn by default and users see a short but annoying flickering. Worse, the scroll position isn't preserved during postbacks (the page scrolls to its top) and the first control on the page takes the input focus. This behavior contrasts with the experience that us ....Read More
Rating
This is a link to a different site Caching in ASP.NET
Total Hit (870) An overview of caching in ASP.NET.
Rating
This is a link to a different site Ten things to do with IIS
Total Hit (1851) Ten very useful tips to use with IIS
Rating
This is a link to a different site Performance Strategies for Enterprise Web Site Development
Total Hit (681) This article describes performance strategies to use with web sites that need to be able to handle a high volume of users. This includes planning for perf tuning, tools and metrics to use in measuring performance, as well as many techniques that you can use to actually make your pages run faster. ....Read More
Rating
This is a link to a different site Maintain hierarchical information using XML and TreeView control
Total Hit (745) This article is about developing a system that allows maintaining hierarchical data on the web. In this arrticle, we would talk about Patterns usage (MVC) in web applications and usage of IE web controls.
Rating
This is a link to a different site URL Rewriting in ASP.NET
Total Hit (1013) Examines how to perform dynamic URL rewriting with Microsoft ASP.NET. URL rewriting is the process of intercepting an incoming Web request and automatically redirecting it to a different URL. Discusses the various techniques for implementing URL rewriting, and examines real-world scenarios of URL re ....Read More
Rating
This is a link to a different site Do more with your ASP.NET Page Template
Total Hit (681) Page templates can provide more than just design consistency
Rating
This is a link to a different site Those Crazy Popups
Total Hit (639) A brief review of ways to make popups in ASP.NET.
Rating
This is a link to a different site Introduction To XSL
Total Hit (586) XSL is a powerful way to transform XML documents into other formats. This article explains what XSL is and how to use it for common tasks. More emphasis is on transforming XML documents into XHTML documents
Rating
This is a link to a different site FlashMovie WebControl
Total Hit (671) A custom webcontrol enhancing the ability to easily add a macromedia flash movie to your webforms
Rating
This is a link to a different site Exploring the Internet Explorer WebControls
Total Hit (844) Treeview, Toolbar, and TabStrip controls have been a part of client-server applications for years. They are not as common on the web due to the dhtml involved. Actually, for the most part, Microsoft has implemented dhtml for these controls only if you are running IE 5.5 and above. Downlevel browsers ....Read More
Rating
This is a link to a different site Include a Calculated Column in a DataGrid
Total Hit (517) In this article you will learn how to include a calculated column in a DataGrid. A calculated column generally contains some value calculated from one or more columns of data that are included in the data store. It could be based on multiplying or dividing a column value by some other value, or it c ....Read More
Rating
This is a link to a different site Displaying Cached XML Data in a DataGrid, and Intelligently Refreshing the Data
Total Hit (913)
Rating
This is a link to a different site ViewState
Total Hit (568) ViewState is the mechanism by which page state (information) is maintained between page post backs, i.e. a web form is submitted by the user, this same page performs some processing and perhaps presents further information to the user.
Rating
This is a link to a different site Use MTS Transactions?
Total Hit (833) A transaction is an operation or set of operations that succeeds or fails as a logical unit. A good example of a transaction is the transfer of funds from one bank account to another. In this case, the funds must be debited from the first account and credited to the second account before the operati ....Read More
Rating
This is a link to a different site How To: Use SSL to Secure Communication with SQL Server 2000
Total Hit (1101) It is often vital for applications to be able to secure the data passed to and from a SQL Server database server. With SQL Server 2000, you can use SSL to create an encrypted channel. This How To shows you how to install a certificate on the database server, configure SQL Server for SSL and to verif ....Read More
Rating
This is a link to a different site persisting objects with poserver
Total Hit (622) full example of using PersistedObject, the article published here by me at 25 May 2002
Rating
This is a link to a different site Customizing SectionGroups and Sections in Web.config
Total Hit (893) To add our own section groups and sections in configuration sections of web.config
Rating
This is a link to a different site Read chapter 1 from Professional ASP.NET
Total Hit (710) This chapter gives a whistle-stop tour of ASP.NET. It begins with a guide to how to install .NET, and how to configure and run the samples applications. Next it looks at Visual Studio.NET and gives a quick overview of how ASP.NET applications can be created using it. It then moves on to discuss the ....Read More
Rating
This is a link to a different site Caching in .Net - Overview
Total Hit (881) 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 Creating DataGrid Templated Columns Dynamically - Part II
Total Hit (540) In previous part of this article we saw how to use LoadTemplate method to dynamically add templated columns to the DataGrid. In this part we will see how to do that using ITemplate interface.
Rating
This is a link to a different site DataGrid Demo
Total Hit (721) Using the ASP.NET DataGrid for fun and profit
Rating
This is a link to a different site Using Dynamic Graphics in C#
Total Hit (933) An article on the practical uses of dynamic graphics
Rating
This is a link to a different site Storing Images in MySQL using ASP.NET
Total Hit (674) This article describes on how to set up a MySQL database to store images with ASP.NET and display it back to the browser.
Rating


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