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

 

Using static variables instead of the Application object
Total Hit (3523) If you want to share a value or an object instance between all the pages of any session, you typically use the Application object. However, a good alternative is to use a public variable defined in a module (VB.NET only), or a static field/property defined in a class. Static properties maintain thei ....Read More
Rating
Disabling the session state to improve performances
Total Hit (2706) Sessions management consumes server's resources and memory, thus, if you don't use them in your application, you should disable them to improve performances. You can disable sessions for the entire application by setting to False the mode attribute in the web.config's <sessionState> tag, as follows: ....Read More
Rating
SelectItemFromValue - Select the ListControl element with a given value
Total Hit (2553)
Rating
This is a link to a different site Computing Values from a DataTable
Total Hit (987) When checking out the blogs at weblogs.asp.net, I found Darren Neimke's interesting entry for today on computing aggregated data in a DataTable. In his blog entry, Darren mentions two not well-known features of the DataTable: the Expression property of the DataColumn class and the DataTable's own Co ....Read More
Rating
This is a link to a different site ASP.NET State Management
Total Hit (664) The different states in ASP.NET and what and how and when to use them appropriately.
Rating
This is a link to a different site Enable ReadOnly Mode for your WebForms!
Total Hit (955) This article will show you, how to implement a readonly mode for webforms.
Rating
This is a link to a different site Beginners Introduction to ASP.NET
Total Hit (950) An article giving basic introduction to ASP.NET ,Underlying technologies and Advantages of ASP.NET over asp
Rating
This is a link to a different site Displaying XML Data in the Internet Explorer TreeView Control
Total Hit (991) You have to tip your hat to Microsoft when it comes to the amount of free developer resources they have made available for us ASP.NET developers. First, there was the Web Matrix Project, a free GUI/RAD tool designed specifically for creating ASP.NET Web pages. Then the ASP.NET team provided the comp ....Read More
Rating
This is a link to a different site Insert a Row Within an ASP.NET DataGrid
Total Hit (868) In a previous dotnetjohn article we showed how to insert a row in an ASP.NET Datagrid using a form field outside the datagrid. This article will demonstrate a way to use the footer of the grid as a container for the insertable data.
Rating
This is a link to a different site NoSpamEmailHyperlink: 4. Design-Time Functionality
Total Hit (999) Adding full design time functionality to your custom control in a few easy steps.
Rating
This is a link to a different site Offering a better (ODP Compliant) ASP.NET Session object
Total Hit (976) This article discusses the problems and the available solutions for maintenance and utilization of ASP.NET session state of the .NET session object.
Rating
This is a link to a different site Customizing DataBinded Output in Templates
Total Hit (924)
Rating
This is a link to a different site Using WebRequest and WebResponse classes
Total Hit (819) .NET framework provides extensive set of classes for network programming. The System.Net namespace contains many such classes. In order to develop applications that involve web and HTTP .NET provides two important classes - WebRequest and WebResponse. There is another class called WebClient that act ....Read More
Rating
This is a link to a different site Automatically break into code when calling Debug.Assert in ASP.NET and Web Services
Total Hit (660) Automatically break into code when calling Debug.Assert in ASP.NET and Web Services
Rating
This is a link to a different site Speech Tic-Tac-Toe
Total Hit (604) A speech recognition demonstration program.
Rating
This is a link to a different site WebPanelBar for ASP.NET
Total Hit (904) WebPanelBar for ASP.NET
Rating
This is a link to a different site How Do I...Control a message queue?
Total Hit (752) 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 Caching in ASP.NET ...
Total Hit (865) Demonstrates data caching in ASP.NET
Rating
This is a link to a different site Using Character Encoding in ASP.NET
Total Hit (891) Submit your data to the OS or database server which does not support the character set.
Rating
This is a link to a different site Save and Get values of Dynamically created controls from ViewState
Total Hit (1031) This articles describes you a simple method to save and get values of dynamically created controls in a Web Page from the ViewState Object
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 (849) Efficiently Displaying Recordsets in Classic ASP: Using GetRows()
Rating
This is a link to a different site .NET Web Services IV
Total Hit (846) After reviewing the basics of Web Services in Part I and continuing to look at more advanced specifics in part II, in the last part we continued the progression looking at the first of the three more advanced Web Service related topics below: «li»Creating and using SOAP extensions «li»Creating ....Read More
Rating
This is a link to a different site Simple Web based File Browser
Total Hit (808) File and directory browser application in ASP.NET.
Rating
This is a link to a different site Watermark Website Images At Runtime
Total Hit (623) The article describes how HTTP Handlers can be used to place a watermark on images at runtime.
Rating
This is a link to a different site Pushing data into a SharePoint server
Total Hit (672) Describes a way to push data into a Windows 2003 SharePoint server, from a web form
Rating
This is a link to a different site Solutions to Top Four Questions on DataGrid Web Server Control
Total Hit (1036) The Top Four Questions that are addressed in this articles are, 1. Editing and Inserting Multiple Rows at Once. 2. Manipulating DataSource Values while binding to DataGrid 3. DropDownList in Editable DataGrid 4. Showing and Hiding Columns dynamically ....Read More
Rating
This is a link to a different site Implementing Paging in a DataList Control
Total Hit (859) The DataList does not include inbuilt support for paging. By overloading the Fill method of the DataAdapter, however, you can create a paging mechanism for the DataList
Rating
This is a link to a different site Regular expressions to validate URL,URI,URN
Total Hit (795) This all are the common regular expressions to validate different URL, URI or URN
Rating
This is a link to a different site SWAT - A simple Web-based Anomalies Tracker - Part 8
Total Hit (864) This is the penultimate SWAT article. Only one more to complete the goals described in part 1. I'll share a secret with you, writing the articles was way harder than coding the original application. But I suppose that's also a learning experience. It's been fun and I hope that it's provided some ben ....Read More
Rating
This is a link to a different site PagingRepeater Control with Page Navigation
Total Hit (602) PagingRepeater control extending Repeater with page navigation
Rating


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