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

 

This is a link to a different site Control Which Columns are Displayed in a DataGrid
Total Hit (574) This ASP.Net (VB) program allows you to select many, or all of the columns from a database table, but display only certain, specified columns in a DataGrid. It does this by setting the DataGrid AutoGenerateColumns property to false and then using the Columns Collection to specify the columns to be d ....Read More
Rating
This is a link to a different site Build a Web Service and Create a Consumer
Total Hit (909) In this article we will create a guest book web service that will control additions to, and displays from a database table. We will also create a consumer (a regular Web Form) of the web service. The consumer is discussed at the end of the article. Web services look a little strange at first glance ....Read More
Rating
This is a link to a different site .NET Web Services I
Total Hit (949) Microsoft promoted Web Services a great deal with the launch of .NET. This seems to have faded a little with Web Services perhaps not having taken off as much as was thought. The concept of interoperability over the Internet is still a great one however. In this article we'll quickly review the basi ....Read More
Rating
This is a link to a different site .NET Web Services II
Total Hit (785) Part II: Customising attributes; Disco and UDDI practicalities and beginning asynchronous Web Services. Knowledge assumed: VB.NET, VS.NET; .NET Web Service I
Rating
This is a link to a different site .NET Web Services III
Total Hit (764) After reviewing the basics of Web Services in Part I and continuing to look at more advanced specifics in part II, in this article and the next we continue the progression looking at three more advanced Web Service related activities: «li»Creating and using SOAP extensions «li»Creating asynchr ....Read More
Rating
This is a link to a different site .NET Web Services IV
Total Hit (850) 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 Upload an XML File and Validate Against a Schema
Total Hit (681) This ASP.Net (VB) program allows you to locate an XML file on your local machine, or anywhere on your network for that matter, upload it to a web server and validate the file against an XML Schema existing on the web server. If the xml file validates, a success notification is provided. If the valid ....Read More
Rating
This is a link to a different site Understanding How to Use XSL Transforms
Total Hit (764) Original abstract: XSLT, XPATH and how to apply the concepts in .NET. Examines the concept of transformation and how an XSLT stylesheet defines a transformation by describing the relationship between an input tree and an output tree. Continues to look at the structure of a stylesheet, its main sub-c ....Read More
Rating
This is a link to a different site Use the Xml Web Control to Display Database Query Results as XML
Total Hit (707) Sometime you may need to query a database and produce the results as an XML file. The .Net XML Web Control makes this extremely easy to do. All you have to do is create an instance of the XML control on your .aspx page. A very few lines of code can then be used to display the database query as XML. ....Read More
Rating
This is a link to a different site Saving a DataSet as an XML File
Total Hit (702) XML is very well integrated with .NET. Many server controls have XML methods built in making XML capabilities only a method or two away. The DataSet class contains several of these XML methods and we will examine a couple of them in this article. The task in this example is to read a database table ....Read More
Rating
This is a link to a different site Saving Web Form User Input Data to an XML File
Total Hit (637) Instead of saving form data to a database table, you may need to save it to an XML file on disk. This article shows you how to do it.
Rating
This is a link to a different site XSD Schemas: An Introduction
Total Hit (658) The schema specifies the order of tags in the XML document, indicates fields that are mandatory or that may occur different numbers of times, gives the datatypes of fields and so on. The schema importantly is able to ensure that data values in the XML file are valid as far as the parent application ....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 Accessing and Manipulating XML Data in .NET II
Total Hit (602) Part II: XPath, DataSets and XmlDataDocuments
Rating
This is a link to a different site Accessing and Manipulating XML Data in .NET III
Total Hit (582) Part III: XSD Schemas, XML and SQLServer
Rating
This is a link to a different site Language Support
Total Hit (639) «big»«u»«b»Index «/b»«/u»«/big» «Li» Declare a variable «Li» Issue a statement «Li» Comment my code «Li» Declare a simple property «Li» Use an indexed property «Li» Declare an indexed property «Li» Declare an enumeration «Li» Enumerate a collection or array «Li» Declare and use a ....Read More
Rating
This is a link to a different site How Do I...Access Active Directory?
Total Hit (2208) The Active Directory Service Interface (ADSI) accesses the capabilities of directory services from different network providers in a distributed computing environment to present a single set of directory service interfaces for managing network resources. Administrators and developers can use ADSI ser ....Read More
Rating
This is a link to a different site How Do I...Modify Active Directory?
Total Hit (2189) The Active Directory Service Interface (ADSI) accesses the capabilities of directory services from different network providers in a distributed computing environment to present a single set of directory service interfaces for managing network resources. Administrators and developers can use ADSI ser ....Read More
Rating
This is a link to a different site How Do I...Send a message to a message queue?
Total Hit (753) 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 How Do I...Receive a message from a message queue?
Total Hit (908) 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 How Do I...Pass a complex type through a message queue?
Total Hit (729) 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 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 How Do I...Use message formatters?
Total Hit (717) 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 How Do I...Control a message queue?
Total Hit (754) 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 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 Find available server controls?
Total Hit (503) «b»Server HTML Controls«/b» HTML server controls are HTML elements exposed to the server so you can program against them. HTML server controls expose an object model that maps very closely to the HTML elements that they render. «LI»HtmlAnchor «LI»HtmlButton «LI»HtmlForm «LI»HtmlGenericC ....Read More
Rating
This is a link to a different site Write an ASP.NET page?
Total Hit (495) «big»Web Forms Syntax Reference«/big» «LI» ASP.NET Web Forms Syntax Elements «LI» Rendering Code Syntax «LI» Declaration Code Syntax «LI» ASP.NET Server Control Syntax «LI» ASP.NET Html Server Control Syntax «LI» Databinding Syntax «LI» Object Tag Syntax «LI» Server Side Comment S ....Read More
Rating
This is a link to a different site Applying Styles to Controls
Total Hit (527) «b»Applying Styles to Controls«/b» «LI» Applying Styles to HTMLControls «LI» Applying Styles to Web Controls «LI» Section Summary
Rating
This is a link to a different site Server Control Form Validation
Total Hit (483) «LI» Introduction to Validation «LI» Types of Validation Controls «LI» Client-Side Validation «LI» Displaying Validation Errors «LI» Working with CompareValidator «LI» Working with RangeValidator «LI» Working with Regular Expressions «LI» Performing Custom Validation «LI» B ....Read More
Rating
This is a link to a different site Write a user control?
Total Hit (478) «LI» Introduction to User Controls «LI» Exposing User Control Properties «LI» Encapsulating Events in a User Control «LI» Creating User Controls Programmatically «LI» Section Summary
Rating


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