Home  |  Login  |  Modify Tutorials  |  How to add Tutorial  |  Getting Rated  |  Contact us
Search TutorialsBulletin.com Top Rated Tutorials Most Popular Tutorials Latest Added Tutorials TutorialsBulletin.com

CATEGORIES



SPONSERED


DOT NET

Ad Management  (0)
Affiliate Programs  (0)
Auction Systems  (0)
Calendars  (0)
Chat Scripts  (0)
Click Tracking  (0)
Communication  (0)
Component Building  (0)
Content Management  (0)
Cookies and Sessions  (0)
Counters  (0)
Customer Support  (0)
Database Related  (32)
Date and Time  (0)
Development  (1)
Discussion Boards  (0)
E-Commerce  (0)
Email Systems  (0)
Error Handling  (0)
Excel and DOT NET  (0)
File Manipulation  (1)
Flash and DOT NET  (0)
Form Processing  (0)
Frequently Asked Questions  (0)
Graphs and Charts  (0)
Guestbooks  (0)
Image Galleries  (0)
Image Manipulation  (0)
Introduction to DOT NET  (2)
Mailing List Management  (0)
Miscellaneous  (35)
MS Word and DOT NET  (0)
Networking  (0)
News Publishing  (0)
Polls and Voting  (0)
Postcards  (0)
Quote Display  (0)
Randomizing  (1)
Redirection  (0)
Searching  (0)
Security  (1)
Server Management  (0)
Site Navigation  (0)
Site Recommendation  (0)
Tests and Quizzes  (0)
User Authentication  (0)
User Management  (0)
WAP and WML  (0)
Web Fetching  (0)
Web Traffic Analysis  (0)
XML and DOT NET  (1)

A timesaver control: GridView

Home > DOT NET > Database Related
ASP.NET 2 has got several new foucs on development. Probably gridView will be your best friend of you. The GridView control automates many of the features of the DataGrid control. You have a full control on viewing, sorting, paging and editing. This sample is only a beginner guide but I hope that you will discover many features of gridView.

Using File Uploading Control

Home > DOT NET > File Manipulation
.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.

Generating Random Number Using RND Function And Randomize St

Home > DOT NET > Randomizing
We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.

Exposing Web Services

Home > DOT NET > Miscellaneous
Web Services, in theory, aren't a new concept. They allow distributed applications to share business logic over a network. For example, the classic Web Service scenario is a stock quote service: one company provides a service that can accept requests for stock symbols and respond with stock quote details.A company building an investing site can then use the application logic provided by the stock quote company to retrieve stock quote detail. This problem sounds relatively simple, but it has been quite difficult to solve in the past. That's due largely to proprietary protocol formats, such as RMI, and the lock-down of open ports to only port 80 and port 443 (for HTTP and HTTPS traffic only).

Includelets"

Home > DOT NET > Miscellaneous
As these sites are migrated to use ASP.NET, it is likely that classic ASP and ASP.NET pages will exist side-by-side, which is one of the touted advantages of ASP.NET. Unfortunately, there is no built-in way for an ASP.NET page to take advantage of a classic ASP include file, which means that the obvious solution if you want to maintain a consistent look and feel is to duplicate the look of the classic ASP template in an ASP.NET user control. Unfortunately, this means duplicating presentation logic, and inevitably, the classic ASP template and the ASP.NET template will get out of sync

Wise ASP - What is Active Server Pages.net

Home > DOT NET > Miscellaneous
ASP has been rebuilt from the ground up. The result is ActiveServerPages.net. ASP.net, with a host of new features, provides for easier to write, cleaner code that's simple to reuse and share. ASP.net boosts performance and scalability by offering access to compiled languages. ASP.net will be offered at no charge on Microsoft IIS 5.0, IIS 4.0, as well as personal versions for Windows 95 and Windows 98. Only the Windows 2000 version and Windows NT are available during the Beta 1 timeframe. The other platforms will be supported at a later date

Coding in ASP+

Home > DOT NET > Miscellaneous
In this article, I would like to discuss the benefits of using server controls in ASP+ page and how it differs from using HTML control in an ASP page.This ASP+ page contains four server-side HTML controls: a text input field, a select list, a text area and a submit button. Lets name the file as simple.aspx. Notice the file extension is .aspx for ASP+ pages, while it is .asp for an ASP file.

An Overview of ASP.NET

Home > DOT NET > Miscellaneous
First off, let me stress that this is not simply a new version of ASP with a couple new features and some bug fixes like ASP 3.0 was when you compared it to ASP 2.0. This is a whole new system built from the ground up that takes the strong points of ASP and tries to expand on them, but at the same time fixes many of the shortcomings of the existing ASP implementation. Since there's so much to cover, I'm going to break

A Preview of Active Server Pages+

Home > DOT NET > Miscellaneous
Even though the ink is barely dry on the documentation for Active Server Pages 3.0, Microsoft is already hard at work on the next generation of their core server-side programming technology. In this chapter, we introduce this new product, and look at what it is all about. Currently called ASP+ Next Generation Web Services (though this name might yet change) we'll see why we need a new version of ASP, and explore the concepts behind its design and implementation. While this book is aimed predominantly at experienced developers who have used ASP before, we start out in this chapter by examining some of the core issues involved when you decide to migrate to ASP+.

ASP.NET Mobile Controls: Fundamentals

Home > DOT NET > Miscellaneous
This session will give you the opportunity to learn the basics of building mobile web applications with ASP.NET Mobile Controls. See how the control model and drag and drop designer make it easy to target nearly 200 devices (cell phones, PDAs and pagers) from a single mobile web form. Find out what the adaptive rendering and rich customization and extensibility models can do for your mobile web applications.

HTTP Architecture

Home > DOT NET > Miscellaneous
ASP.NET is built on a core set of classes and interfaces that abstract the HTTP protocol. The three core abstractions are the context (HttpContext) that represents the current HTTP request, handlers (classes that implement IHttpHandler) that are capable of servicing HTTP requests, and modules (classes that implement IHttpModule) that can pre/post process HTTP requests to provide additional services.

Type System for ASP Script Programmers

Home > DOT NET > Miscellaneous
In this paper you will learn about: IIS Fundamentals, ASP - where it falls short, CLR Basics, ASP.NET Basics, ASP.NET and OOP and Type Anatomy

Inside ASP.NET - Web Matrix

Home > DOT NET > Miscellaneous
With the advent of .NET, support for ASP.NET development has been fully integrated into Visual Studio .NET. It provides an extremely powerful and usable environment for ASP.NET development in the guise of Web Forms, as well as the more traditional types of application (Windows Forms). And now Visual Studio .NET is joined by another Microsoft product, namely the Microsoft ASP.NET Web Matrix Project (referred to from here on in as "Web Matrix").

Dynamic Controls with Events

Home > DOT NET > Miscellaneous
This pack learns how to create an array of server controls dynamically and capture their events. Source Included.

MS SQL RD4 Encryption

Home > DOT NET > Miscellaneous
This is a simple RD4 encryption stored procedure. It's nice because it uses the same procedure to encrypt and decrypt and it beats using a cast as varbinary.

MOST POPULAR


TOP RATED


SITEMAP

 

HOME :: LOGIN :: MODIFY TUTORIALS :: HOW TO ADD TUTORIAL :: GETTING RATED :: CONTACT US

Site Designed and Hosted by PLANET WEBSOFT

Partners :  AddScript   ScriptsFinder   RhymeStore   TemplateThemes   AddScripts   VDC   DentistIndia   eBimaa
Website Scripts   Free Web Hosting   Top5 Web Hosts