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

 

How to perform UPDATE operation with datagrid.
Total Hit (3203)
Rating
IsLanguageSupported - Detecting whether a language is supported by the browser
Total Hit (2645)
Rating
Creating a scrollable DataGrid
Total Hit (2805) When you create a DataGrid, it would be often good to specify its height, and have the DataGrid show a scrollbar if the content is longer than the given height. This would allow to make up a fixed layout that doesn't get messed up if there are a few or a lot of lines/records to show. The DataGrid co ....Read More
Rating
This is a link to a different site MP3 Player Server Control
Total Hit (956) Using Flash MX to create a server control for easily playing MP3s.
Rating
This is a link to a different site How to read satellite assemblies resources in ASP.NET
Total Hit (1039) This tutorial describes how to read text resources from satellite assemblies
Rating
This is a link to a different site Using AdRotator Web Control in ASP.NET
Total Hit (795) We use banner or ad management techniques in many web pages. ASP.NET comes with a Web Control called AdRotator which provides easy to use ad management functionality. In earlier versions of ASP has provided similar component but this version comes with a very easy and enhanced functionality. The ad ....Read More
Rating
This is a link to a different site HttpUrlQuery Library
Total Hit (1159) A library for manipulating standard HTTP query strings. Very useful in dynamic applications where query string manipulation usually produces very ugly code that takes attention from developing main logic of an application.
Rating
This is a link to a different site Displaying Composite Text in DropDown
Total Hit (1032) How can you display more then one field in text of the dropdown? Like if you have to display text, which is actually a combination of two fields in the data table. Here is a small tutorial on that.
Rating
This is a link to a different site Detecting Browser Capabilities
Total Hit (1007) Many web applications provide client side functionality based on the capabilities of browser. ASP.NET provides an easy way to get capabilities of browsers. The capabilities of a browser include things such as whether it supports cookies,javascript and ActiveX controls and browser type and version. B ....Read More
Rating
This is a link to a different site Self Validating ASP.NET Text Box
Total Hit (1096) How to extend web form controls to be self validating so you don't have to mess with validation controls.
Rating
This is a link to a different site Username logging for ASP.NET & ASP using an ISAPI Filter
Total Hit (1094) Provides for IIS logging of usernames to the IIS logs for sites that rely on ASP & ASP.NET.
Rating
This is a link to a different site Loop through the Cookie Collection
Total Hit (899) A sample from the docs to loop through a cookie collection.
Rating
This is a link to a different site HuaRongDao Puzzle Game in ASP.NET
Total Hit (1023) An implementation of the Chinese puzzle game Hua Rong Dao in ASP.NET
Rating
This is a link to a different site Managing Client-side Scripts in the IDE
Total Hit (1044) Manage Client-side ccripts in the IDE.
Rating
This is a link to a different site using the singleton design pattern for managing session state in asp.net
Total Hit (1092)
Rating
This is a link to a different site An Extensive Examination of the DataGrid Web Control: Part 12 ( DataGrid's Sort Event Handler )
Total Hit (963)
Rating
This is a link to a different site Setting Initial Focus in Web Form
Total Hit (882) Many beginners feel that ASP.NET and client side scripts can not be used together. If used cleverly they can go hand in hand to give great user experience. The above task of setting initial focus can be easily solved by JavaScript. We can certainly write the entire javascript block at design time in ....Read More
Rating
This is a link to a different site Add (INSERT) a New Row Using the ASP.Net Datagrid Control
Total Hit (777) In this article we will display both the grid and INSERT facility inside an html table. This will tie the datagrid and the INSERT facility together to make a fairly pleasing presentation. The best way to see how this works is to get right to the code. As with most dotnetjohn articles we will use a . ....Read More
Rating
This is a link to a different site Working DataGrid TemplateColumns and Binding these Columns
Total Hit (1153) Working DataGrid TemplateColumns and binding these columns with differents objects (TextBox, DropDownList, CheckBox, Image and others).
Rating
This is a link to a different site ASP.NET ProgressBar Control
Total Hit (1080) A ProgressBar control to be used in WebForms
Rating
This is a link to a different site Write my own server control?
Total Hit (1071) «LI» Developing a Simple Custom Control «LI» Defining Simple Properties «LI» Defining Class Properties «LI» Retrieving Inner Content «LI» Developing a Composite Control «LI» Handling Events in a Composite Control «LI» Raising Events from a Composite Control «LI» Maintaining State «LI ....Read More
Rating
This is a link to a different site Include a calendar on a page?
Total Hit (943) «LI» Working With Calendar «LI» Date Selection Modes «LI» Selection Link Graphics «LI» Selection Link Text «LI» Adding Custom Content to Calendar
Rating
This is a link to a different site Another tree web control for ASP.NET applications
Total Hit (868) A tree web control written in VB.NET that loads data on demand
Rating
This is a link to a different site How to set focus to a MS ASP.NET TreeView on form load
Total Hit (922) This article will provide some tips on setting focus to a TreeView control.
Rating
This is a link to a different site Page and Data Caching in .Net
Total Hit (4686) In this article we’re going to take a look at the features available to the ASP.NET programmer that enable performance improvement via the use of caching. Caching is the keeping of frequently used data in memory for ready access by your ASP.NET application. As such caching is a resource trade-off be ....Read More
Rating
This is a link to a different site Exploring the Calendar Control
Total Hit (895) In this article we will utilize a number of the properties of the Calendar Control to change the calendar's appearance. The default values produce a usable, but not very attractive control. Much can be done to improve its appearance. We will also make use of two of the control's events to determine ....Read More
Rating
This is a link to a different site 3D Pie Chart in ASP.NET
Total Hit (1024) Discusses the implementation of a 3D pie chart in ASP.NET
Rating
This is a link to a different site Allowing for User Mischief - A Bad Word Filter... (aka removing naughty words via ASP.NET, a user control, XML and regular exressions)
Total Hit (1009) This article presents an improved core implementation of a solution to a particular problem I come across occasionally: detection and/or removal of suspect words from user supplied text on web sites.
Rating
This is a link to a different site Securing image URLs in a website
Total Hit (1058) 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 Secure Sockets Layer: Protect Your E-Commerce Web Site with SSL and Digital Certificates
Total Hit (1208) Security is one of the most important factors in the future growth of e-businesses. Making sure that communications remain secure between customers and the Web server is a critical issue. Secure Sockets Layer (SSL) is the standard that secure Web sites are built upon today. This article presents an ....Read More
Rating


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