Home

Submit

Source

Feeds

Home » ASP.NET » Controls ::

ASP.NET Controls
Because rendering an ASP.NET Web form is broken down into small, manageable chunks, arbitrarily extending the framework by adding new controls is a straightforward affair. Server-side controls offer very fine-grained control over the HTML rendered by your application.
Related Tutorials
ASP.NET Getting Started
Web Application Basics
ASP.NET / Getting Started
This tutorial covers the fundamentals of building a Web-based application. Unlike the development of most desktop applications, in which most of the parts are available locally (as components on the user's hard disk drive), developing a Web application requires getting software parts to work over a widely distributed network using a disconnected protocol. The technologies underlying ASP.NET have been around for a long time. Of course ASP.NET makes use of this technology underneath, while making it very approachable at the same time.

Site: www.brainbell.com Report - View Tutorial

ASP.NET XML Web Services
Building XML Web Services Using C# and ASP.NET
ASP.NET / XML Web Services
The term "web service" has been used quite frequently lately: you hear people saying how good web services are and how they will dominate the future of software development, but what exactly are web services and how can we create them? This article shows us how to build two web services and also unravels all of the lingo surrounding web services.

Site: www.devarticles.com Report - View Tutorial

ASP.NET XML Web Services
Introduction to Web Services.
ASP.NET / XML Web Services
The label "web services," as broadly applied, has two levels of meaning - one specific and one conceptual: Specifically, web services are a stack of emerging standards that describe a service-oriented, component-based application architecture.Conceptually, web services represent a model in which discrete tasks within e-business processes are distributed widely throughout a value net.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET XML Web Services
Integrating ASP.NET XML Web Services with Classic ASP Applications
ASP.NET / XML Web Services
This article examines how to can create a Web service in .NET and then utilize it from a classic ASP page on your Web server, thereby providing an API that can be utilized by both your ASP.NET Web pages and classic ASP pages.

Site: www.4guysfromrolla.com Report - View Tutorial

ASP.NET General Development
The Application and HTTP Modules
ASP.NET / General Development
This tutorial covers working with application state and application-wide events within your ASP.NET application. In normal desktop applications, the notion of a global meeting place for various parts of an application is well-understood.

Site: www.brainbell.com Report - View Tutorial

ASP.NET Web Applications
Building Multilingual Web Sites with ASP.NET
ASP.NET / Web Applications
Enable your Web site for different languages and cultures.

Site: www.beansoftware.com Report - View Tutorial

ASP.NET Web Applications
Managing and Deploying Web Applications
ASP.NET / Web Applications
After completing this tutorial, you will be able to * Recognize ways the Visual Studio project models affect deployment * Build a Web setup utility

Site: www.brainbell.com Report - View Tutorial

ASP.NET XML Web Services
Web services
ASP.NET / XML Web Services
This tutorial covers Web services from an ASP.NET perspective. Over the last few years "Web services" has emerged as a buzzword for enabling the next generation of computer connectivity. While networking a bunch of computers together isn't trivial, it's generally a solved problem these days. Most workplaces in the modern world depend upon an internal network of computers to allow the people staffing the enterprise to communicate and work effectively.

Site: www.brainbell.com Report - View Tutorial

ASP.NET Getting Started
ASP.NET: An Introduction
ASP.NET / Getting Started
ASP.NET is not just the next version of ASP: it's the next era of web development. ASP.NET allows us to use a fully featured programming language (such as C# or VB.NET) to build web applications easily. In this article, John talks about the fundamentals of ASP.NET and some of its powerful features such as web services, the MSDN library and several learning resources.ASP.NET allows you to use a full featured programming language such as C# (pronounced C-Sharp) or VB.NET to build web applications easily.

Site: www.devarticles.com Report - View Tutorial

ASP.NET XML Web Services
Exposing Web Services
ASP.NET / XML Web Services
Web Services, in theory, aren't a new concept. They allow distributed applications to share business logic over a network.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET Getting Started
Getting Started With ASP.NET
ASP.NET / Getting Started
A Sample Chapter from "Beginning ASP.NET using VB.NET". Topics covered include: Static Web Pages Dynamic Web Pages; An overview of the different technologies for creating dynamic web pages, including ASP.NET; Installing Internet Information Services (IIS); Installing the .NET Framework; and Testing and Troubleshooting your installation.

Site: www.devasp.net Report - View Tutorial

ASP.NET Web Forms
Accessing the controls and methods of a MasterPage
ASP.NET / Web Forms
If you are looking to access the method, property or control of an ASP.NET MasterPage from inside a web form you need to do a little trick to get it to work properly. This tutorial explains how you can do this with only a few lines of code, and it also shows you how to create MasterPages that you can use with web forms.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET Cookies and Sessions
Session State
ASP.NET / Cookies and Sessions
This tutorial covers managing session state within your ASP.NET application. Programming Web applications requires you to be very mindful of how the state of your application is distributed at any moment. One of the most important types of state in a Web application is session state - the state associated with a single particular session. Because Web applications are distributed by nature, keeping track of any single client has to be done deliberately.

Site: www.brainbell.com Report - View Tutorial

ASP.NET Web Forms
Submitting Web Form data from one ASP.NET page to another
ASP.NET / Web Forms
This article discusses different options you as a developer have in ASP.NET to send data from one ASP.NET page to another. Since you cannot use ASP.NET Web Controls (System.Web.UI.WebControls) in such a scenario (which only allow posting back of data to the same page), this article discusses other ways like using HttpContext object.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET Security and Membership
Logging In
ASP.NET / Security and Membership
This tutorial covers: *Manage Web-based security *Implement Forms Authentication *Work with Forms Authentication in the raw *Work with ASP.NET login controls to make writing login pages painless *Work with ASP.NET role-based authorization This tutorial covers managing access to your ASP.NET application. Web site security is a major concern for most enterprises. Without any means of securing a site, the Web site can expose areas of your enterprise you may not want exposed. We'll take a quick look at what security means when it comes to Web applications. Then we'll look at various services available within ASP.NET for authenticating and authorizing users.

Site: www.brainbell.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement