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

 

Developing a hit counter in ASP.net
Total Hit (2525) In this example, we will create a web page which will track and display the hit counts for the web site. ASP developers must be familiar with a similar technique used to track the hit counts in classic ASP web pages.
Rating
Bind Datagrid to Datareader
Total Hit (1510) Most of times we see Datagrid Bound with Dataset but here is easy approach using Datareader
Rating
RedirectFromLoginPageEx - Specify how many days the auth cookie lasts
Total Hit (1289)
Rating
Associating a custom bitmap to a web or Windows custom control
Total Hit (2797) When you create a custom Windows or Web control, compile it and add it to the Visual Studio .NET's Toolbox, the control is added to the toolbox with a default bitmap representing a gear. This might be fine if you're developing the controls for your own use, but it surely isn't what you want if you'r ....Read More
Rating
This is a link to a different site Including a Column Total Line in a DataGrid Control
Total Hit (515) The question is how to display a total line in a DataGrid control. It is quite easy to do by making use of the ItemDataBound event. As usual we will use an aspx page to define our grid.
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 Positioning your UI elements in a WebControl
Total Hit (619) Howto solve the problem of positioning your UI elements in a WebControl.
Rating
This is a link to a different site Get Browser Information Using MobileCapabilities
Total Hit (693) Get browser information using MobileCapabilities
Rating
This is a link to a different site ASP.NET Server Control - Updown Control 1
Total Hit (1044) A tutorial on imeplementing an ASP.Net custom server control
Rating
This is a link to a different site A Sliding Window Cache
Total Hit (963) An example of setting the same "Source" object to expire 20 minutes after it is last accessed looks like:
Rating
This is a link to a different site Tracking File Downloads
Total Hit (829) If you run a web site that allows visitors to download some kind of files (ZIP, DOC etc.) then you may probably also want to track how many visitors downloaded the file. Such data is provided by sophisticated web site monitoring tools but if you do have use one, you can develop your own mechanism to ....Read More
Rating
This is a link to a different site Building an ASP.NET Menu Server Control
Total Hit (1039) Learn about skmMenu, an open-source ASP.NET menu control, and learn how to approach the challenges in designing a menu control.
Rating
This is a link to a different site Dynamically Adding Controls
Total Hit (583) Adding controls at runtime provides the flexibility to design user interfaces that can be different things to different users. By the end of this article you'll be using multiple Placeholder controls to build a fexible template page.
Rating
This is a link to a different site A code snippet I use to loop through the cookie collection
Total Hit (845)
Rating
This is a link to a different site Extending the ASP.NET XML control
Total Hit (614) Extending ASP.NET XML control
Rating
This is a link to a different site Web Application Error Handling in ASP.NET
Total Hit (3406) This article will explain you how you can implement page level and application level error handling strategy. In ASP.net its very easy and flexible to work with error handling.
Rating
This is a link to a different site Creating Controls Dynamically in ASP.NET
Total Hit (477) The use of web controls provides much easier design time as well as run time experience to the programmers. However, some times it becomes necessary to generate web controls on the fly and add them to the underlaying form. For example if you are displaying search results, at design time you will not ....Read More
Rating
This is a link to a different site A web based dialup Internet application
Total Hit (695) A web application to connect and disconnect from a dial up Internet session
Rating
This is a link to a different site Customized Text Document .NET HTTP Handler
Total Hit (718) Customized text document .NET HTTP handler to process text file not with standard extensions, like .aaa, .xxx.
Rating
This is a link to a different site HtmlInputFile
Total Hit (911) An HtmlInputFile control handles uploading of binary or text files from a client browser to the server. File-upload works with all HTML 3.2 and later Web clients. Note that the Enctype attribute on the <form> tag must be set to "multipart/form-data".
Rating
This is a link to a different site Handling Timeouts in Web Services
Total Hit (765) While developing web applications you should also consider factors like network downtime and server crashes. The same applies to developing web services. When you call a method from your client by default it waits infinitely for the response. This means if server hosting the web service is down then ....Read More
Rating
This is a link to a different site Cliche RollOvers - Revisted
Total Hit (626) Want to use a simple image rollover control?
Rating
This is a link to a different site Custom Paging with User Control
Total Hit (790) Promote Code Reuse by Using a User Control to Do Custom Paging
Rating
This is a link to a different site Automated Module Creation Tool for DotNetNuke
Total Hit (664) An automated approach to module creation for the DNN framework
Rating
This is a link to a different site How to Create Text Image on the fly with ASP.NET
Total Hit (1066) Shows you how to display an image with a text written on it to prevent users from copy-pasting.
Rating
This is a link to a different site Transform XML using XSLT to XHTML treeview
Total Hit (747) Transform XML using XSLT to XHTML treeview.
Rating
This is a link to a different site Third-Party Solutions for Payment, Tax & Shipping : Sample chapter from Wrox's Professional Commerce Server 2000
Total Hit (908) In this chapter, we will discuss extending the pipeline architecture for additional payment processing, tax calculation, and shipping calculation functionality through the use of third party components, in conjunction functionality exposed by a service provider. ....Read More
Rating
This is a link to a different site Walkthrough: Creating a Web Custom Control
Total Hit (1165) If none of the existing ASP.NET server controls meet the requirements of your application, you can create a custom control by deriving from one of the base control classes. These classes provide all the basic functionality of server controls, so you can focus on programming the features you need. ....Read More
Rating
This is a link to a different site Authenticating Active Directory user in ASP.NET
Total Hit (1059) How to authenticate the AD user in ASP.NET by using Directory Services
Rating
This is a link to a different site True Image Resizing
Total Hit (837)
Rating


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