• home
  • forum
  • my
  • kt
  • download
  • this£º2/7 25records  total:175    start  Previous  Next  Last    goto:
    Use Asynchronous Execution Pattern in ASP.NET
    ON: 2009-02-26 14:55:32
    Asynchronous operations or execution pattern is another face of multithreading. Some operations are time consuming, take long time to complete, and block user interface waiting for their completion. This tutorial explains how to to create asynchronous pages for long time consuming operations
    20 times | category:
    Built-In Asynchronous I/O Support in ASP.NET
    ON: 2009-02-26 14:46:58
    As we all know, I/O operations is one of the most time consuming operations. In the same time, IO is one of the most needed operations almost in all applications. To make our applications faster and having more responsive user interface, we need to perform those I/O operations asynchronously. This tutorial explains how to make faster and more responsive user interface through asynchronous I/O operations in ASP.NET 2.0 Web application.
    6 times | category:
    Manual Threading in ASP.NET 2.0
    ON: 2009-02-26 14:41:42
    Explains how to create, manage and synchronize threads manually in ASP.NET. Some times thread pool technique is not sufficient to manage certain cases within your application, and the need for manually creating and fully managing a new thread arises. Creating threads manually is much more complex than using the thread pool, and requires you to have knowledge about threading life cycle and concepts.
    14 times | category:
    User registration and authentication for an ASP.NET 2.0 webs
    ON: 2009-02-26 11:16:28
    Explains the authentication process and how to set up authentication and authorization, create and manage roles and apply access rules to the ASP.NET
    86 times | category:
    Support Mobile Devices in ASP.NET (Advances Topics)
    ON: 2009-02-26 11:13:57

    This tutorial explains how to customize ASP.NET pages on different mobile devices types, , how to support CSS and how to make user friendly mobile sites.
    17 times | category:
    How to make ASP.NET Applications that support mobile devices
    ON: 2009-02-26 11:11:22
    This tutorial explains how to make ASP.NET pages that supports mobile devices. Mobile Devices such as cell phones with web access and Personal Digital Assistants (PDA's) are becoming more common. There is clear indication that mobile users would keep on growing at tremendous rate.
    49 times | category:
    Menus in ASP.NET applications
    ON: 2009-02-26 10:59:44
    Menus are well known way to provide feature rich but also simple user interface to your users. This tutorial explains how to make static or dynamic menus in ASP.NET applications.
    17 times | category:
    Working with the Wizard Control in ASP.Net 2.0
    ON: 2009-02-26 10:58:25
    In this tutorial we will look at the basics of the Wizard Control by creating a simple data collection form and then advance to simulate an online test wizard that will be generated dynamically.
    156 times | category:
    Enabling Search Functionality in Your Site Using the New Features in ASP.NET 3.5
    ON: 2009-02-26 10:50:11
    Enabling Search Functionality in Your Site Using the New Features in ASP.NET 3.5
    81 times | category:
    Installing AJAX Toolkit for Visual Studio .NET 2008
    ON: 2009-02-26 10:43:04
    In this tutorial, we will be looking at one of these extenders to create a Password Strength indicator, which extends an ASP.NET TextBox, and also the AJAX Accordion.
    280 times | category:
    URL Rewriting in ASP.NET using URLRewriter.Net
    ON: 2009-02-26 10:40:54
    Friendly URLs have become necessary to obtain better rankings in Search engines. The improvement in rankings may not be huge but because of the burgeoning of websites in almost every niche we need to use every single advantage that we can get. this article will teach you ow to use search engine friendly URLs even in a shared hosting environment
    18 times | category:
    Change Page Dynamically at runtime
    ON: 2008-08-05 05:58:55
    ASP.Net has introduced one neat feature called themes by virtue of which we can assign different themes to page at design time. Unfortunately there is no built in support to change page themes at runtime. Here is a simple code which can be used to change page themes at runtime
    15 times | category:
    Using UpdatePanel In Visual Web Developer
    ON: 2008-08-05 05:48:15
    This article aims at giving you a brief overview of using Update Panel(Available with AJAX Toolkit) for partial page rendering.
    Before reading this tutorial you should be familiar with ASP.NET and C#.
    15 times | category:
    AJAX with ASP.NET using Visual Studio 2005 and AJAX Toolkit
    ON: 2008-08-05 05:39:05
    The following article shows how to AJAX power your web application using the ever popular ASP.NET platform using Visual Studio and AJAX Toolkit. Learn how to improve performance and add new features using AJAX with ASP.NET
    22 times | category:
    Beginning ASP.NET The Easy Way
    ON: 2008-08-05 05:37:46
    ASP.NET is Microsoft’s extension to HTML. It requires an ASP.NET compatible web server. Such as, Abyss or IIS (Internet Information Services from Microsoft). There are however plug-ins for Apache Web Server also. Before you continue you will need to know VB.NET which is required for the scripting part of the tutorial.
    15 times | category:
    Run a .BAT file from .Net with parameters
    ON: 2008-08-05 05:37:15
    A simple function to execute batch file in ASP.Net with parameters.
    10 times | category:
    Using a Java class in .Net
    ON: 2008-08-04 12:04:40
    Import your Java class into .Net projects in only few steps!
    8 times | category:
    Using File Uploading Control
    ON: 2008-08-04 11:14:46
    .NET comes with great features. Anymore your do not need any additional code libraries to upload files to your web server. Microsoft.NET includes itself a file upload wizard. Now we will examined and play with this tool. I've used Visual Web Developer 2008 and ASP.NET 3.5 to create this sample application. First we need to create a new web form and place FileUpload control on page. Drop a button and name it as Upload. Also drop a label and named as lblMsg to handle any message. Our file upload control name will be inputFileUpload. But you may rename anything in this sampel application
    9 times | category:
    HTML Controls or ASP.Net Controls?
    ON: 2008-08-04 11:02:50
    A basic guide that explains the difference between HTML and ASP.Net controls.
    5 times | category:
    The simple but so annoying apostrophe sql problem
    ON: 2008-08-04 10:59:47
    The apostrophe is a well known sql database problem, I have been avoiding the use of apostrophe for a while, and with no reason, because it can be handled so easy, with a simple line of code.
    9 times | category:
    Enabling Gzip and Deflate HTTP Compression in ASP.NET pages
    ON: 2008-08-04 10:58:01
    This tutorial will help you setup HTTP Gzip and Deflate compression in your ASP.NET web application. We will make use of an ASP.NET web application life cycle event in Global.asax file to achieve that. The code is very simple to understand.
    60 times | category:
    ASP.net Making dynamic meta tags
    ON: 2008-08-04 10:55:13
    mplement dynamic meta tags to all of your asp.net pages with just one line of code, after you have imported my class file, you can either download it read it and rewrite my asp.net code below.
    8 times | category:
    Tracking and Displaying Real-time Visitor Time Zones in a Chart using ASP.NET.
    ON: 2008-08-04 10:49:08
    In this tutorial we will learn how to add real-time visitor time zones tracking to our website. We will also create two (2) time zone charts for our website which will allow us to view where all of our visitors have mostly come from, and also to see in real-time, current active users' time zones. Click the link to see the sample charts and images.
    8 times | category:
    ASP.net simple email sending function
    ON: 2008-08-04 10:33:16
    http://blog.0tutor.com sending an email through asp.net is maybe one of the most simple functions ever, and here is the source code, to make it even more simple for you.
    9 times | category:
    ASP.net Simple File Upload Function
    ON: 2008-08-04 10:30:33
    This is why I love asp.net, this example shows how simple everything is, how you can upload a file to your server through a website with only a few lines of code.
    8 times | category:
    this£º2/7 25records  total:175    start  Previous  Next  Last    goto:

    Category

      NET (175)