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

 

GetListSelections - Retrieve a comma delimited list of items selected in a List control
Total Hit (3749)
Rating
The MapPath method
Total Hit (2673) The ASP.NET Page object exposes the MapPath method, which converts a virtual path into a physical path, so it' is useful for passing arguments to objects that don't work with virtual paths: «Code LangId=4» Dim sr As New System.IO.StreamReader(Me.MapPath("/data/values.dat")) «/Code» You can al ....Read More
Rating
Creating Guestbook using XML and ADO.NET
Total Hit (3702) Demonstrate capabilities of ADO.NET to deal with XML by creating a guestbook
Rating
Dynamically moving a server control
Total Hit (2743) Dynamically moving a server control instance on the page is very easy, thanks to the possibility to add any style attribute to the control. In this case, you can dynamically add the control's LEFT and TOP coordinates, and another attribute that says you want to use DHTML's absolute positioning. To t ....Read More
Rating
Passing values from a page to another by means of the Context object
Total Hit (2705) Sometimes you may want to gather the user input with a page, and process it in a different page. As you know, ASP.NET web forms can post only to themselves, so you can't just change the form's <i>action</i> attribute and make the form post to a different page. And anyway, you may want to do some pro ....Read More
Rating
This is a link to a different site Store Your Database Connection String in Web.Config
Total Hit (715) Here we present an example of how to store a database connection string in the application's Web.Config file. Web.Config is a part of every asp.net application and provides a nice, central location for storing information that may be needed in many of your web pages. This first bit of code is just a ....Read More
Rating
This is a link to a different site Multi-row Editing in the ASP.NET DataGrid
Total Hit (845) This articles demonstrates how you can have multiple datagrid rows available for editing at one time, not just the one row you are normally limited to.
Rating
This is a link to a different site Fast ASP.NET Hit Counter with Full Digit Graphic File Support
Total Hit (982) Fully customizable and fast site hit counter with multiple counters supported and done without using cookies or any extra files or settings!
Rating
This is a link to a different site Post an ASP.NET form with JavaScript
Total Hit (614) Use JavaScript to bypass the ASP.NET postback process and post an ASP.NET form to another location.
Rating
This is a link to a different site Developing ASP.NET applications without VS.NET
Total Hit (640) This article will explain how to create and develop ASP.NET applications without using VS.NET.
Rating
This is a link to a different site Creating a Custom DataGridColumn Class
Total Hit (977)
Rating
This is a link to a different site Including a CheckBox Control Inside an ASP.NET DataGrid
Total Hit (541) CheckBox controls can be very useful inside a DataGrid. They make user choices easier in many cases and are not terribly difficult to implement.
Rating
This is a link to a different site URL sharing across a network with ASP.NET
Total Hit (2409) URL Explorer is an ASP.NET application which displays the content of a generated XML file, representing the structure of your Favorites folder with the help of an XSLT stylesheet. URL Explorer allows the sharing of Internet Explorer shortcuts over an intranet or the Internet. ....Read More
Rating
This is a link to a different site When using the FSO, my ASP page tends to "hang", but doesn't report any errors.
Total Hit (542)
Rating
This is a link to a different site Accessing and Manipulating XML Data in .NET III
Total Hit (580) Part III: XSD Schemas, XML and SQLServer
Rating
This is a link to a different site An ASP.NET Composite Control for US and UK dates
Total Hit (597) A composite custom control and validator for handling US/UK dates
Rating
This is a link to a different site Accessing ODBC data sources using a web service
Total Hit (1941) A web service for your simple database queries and updates.
Rating
This is a link to a different site Client/Server-side ASP.NET Credit Card Validation Control
Total Hit (781) Article discussing new version of ASP.NET Credit Card Validator, including both server and client-side checks and VS.NET designer support.
Rating
This is a link to a different site ASP.NET DataGrid Paging Part 1 - Built-In Paging
Total Hit (540) The DataGrid server control enables easy paging through data. You can set the DataGrid to use paging and specify a page size (number of records to display). Each time the page is loaded the DataSet is recreated and the DataGrid is bound to the appropriate records based on what page is to be displaye ....Read More
Rating
This is a link to a different site File Upload with ASP.NET
Total Hit (638) This article shows you how work with uploading of the files using ASP.NET and C#.
Rating
This is a link to a different site Building an Event Calendar Web Application
Total Hit (2032)
Rating
This is a link to a different site Placing a Date Last Updated for a Page Inside a User Control
Total Hit (1045) You may have noticed that dotnetjohn.com pages now include a "Last Updated:" line at the bottom of all pages. I make extensive use of user controls on this site. The top of the page down through the "Powered by ASP.Net" graphic is a user control. The left side navigation is a user control as is the ....Read More
Rating
This is a link to a different site A Resource Server Handler Class For Custom Controls
Total Hit (1036) A class implementing IHttpHandler for use in custom controls, to send embedded resources such as scripts, images, and style sheets to the client.
Rating
This is a link to a different site Mask Your Web Server for Enhanced Security
Total Hit (1976) This article explores some ways you can minimize the risk of certain attacks by anonymizing a Web server.
Rating
This is a link to a different site Regular expressions to validate different formats of Date / time.
Total Hit (3831) This all are the common regular expressions to validate date/time
Rating
This is a link to a different site ASP.NET DataGrid Header Slider Control
Total Hit (632) ASP.NET DataGrid Header plug-in that allows the header to stay on screen.
Rating
This is a link to a different site XML Serialization in ASP.NET
Total Hit (1041)
Rating
This is a link to a different site Use the Xml Web Control to Display Database Query Results as XML
Total Hit (706) 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 Shopping Cart using C#.NET, Web Forms and SQL Server
Total Hit (633) This application is a Shopping Cart where users can select items and place an order. I have added the features of login, and adding new users if user does not exist. Validations are performed wherever needed like email format validation, zipcode etc. ....Read More
Rating
This is a link to a different site ASP.NET web client for Google Web API
Total Hit (683) Exploring Google Web API
Rating


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