|
|
|
|
Articles
(801)
|
|
|
Tutorials
(26)
|
|
|
Resources
(0)
|
|
|
Downloads
(1)
|
|
|
|
|
|
Home
»
ASP.NET & Web Forms
|
|
|
|
|
|
Welcome to ASP.NET & Web Forms section of C# Corner. In this section, you will find articles, tutorials, source code samples, tips, and resources related to ASP.NET using C#.
|
|
|
|
|
|
|
|
|
|
|
ASP.NET forms authentication
by
Shivprasad
on
Aug 05, 2010
This video explains single sign on using ASP.NET forms authentication. This video create a simple ASP.NET project with forms authentication. We then create 2 website , now when we login to one website the other website pages can also be browsed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Disable Label after some amount of time
by
Dorababu M
On
Dec 27, 2011
Generally in some application we use labels to display error message. But even when some operations are done the label text will be displayed what we initially show. So in this blog i would like to show how we can disable label after some amount of time using Jquery
|
|
Comments:
0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Chapter 13 - Programmable Web
by
Addison Wesley
on
Aug 25, 2009
The new Web programming capabilities in WCF simplify the building of services for use on the Web. This chapter covers these services, including SOAP, POX, the UriTemplate class, the webHttpBinding binding, configuration-free hosting, and content syndication models.
|
|
|
|
|
|
|
|
|
HiQPDF: Convert HTML and JavaScript to PDF
by
net soft
on
Feb 19, 2012
You can try HiQPDF http://www.hiqpdf.com, a powerful ASP.NET Library for C# and VB.NET. Convert precisely anything a browser can render (HTML / HTML5, CSS3, Canvas, JavaScript, etc) to PDF, SVG and IMAGE. Fully manage PDF forms and docs.
|
Cloud Server Hosting
by
Mahesh Chand
on
Apr 21, 2010
At MaximumASP, we're committed to providing excellent, flexible solutions to our customers through a combination of cutting-edge products and cloud-based services.
|
Internationalizing Your Application in ASP.NET 2.0
by
Mahesh Chand
on
Jun 28, 2007
The Localization section shows how new declarative expressions in markup allow you to use .NET Framework resources both for resources that are defined for a local page as well as resources shared by the whole application, without coding.
|
Caching in ASP.NET 2.0
by
Mahesh Chand
on
Jun 12, 2007
Caching is a technique widely used in computing to increase performance by keeping frequently accessed or expensive data in memory. In the context of a Web application, caching is used to retain pages or data across HTTP requests and reuse them without the expense of recreating them.
|
User Profile in ASP.NET 2.0
by
Mahesh Chand
on
Jun 12, 2007
Web sites frequently need a convenient method to store user-specific data that is applicable site-wide. The Profile feature delivers an easy-to-use approach for defining user-specific data as well storing and retrieving this user data.
|
Web Parts in ASP.NET 2.0
by
Mahesh Chand
on
Jun 12, 2007
ASP.NET 2.0 includes a new Web Part Control Set that makes it dramatically simple to create pages with dynamic, modular layout and personalized content.
|
Security in ASP.NET 2.0
by
Mahesh Chand
on
Jun 12, 2007
An important part of many Web applications is the ability to identify users and control access to resources. The act of determining the identity of the requesting entity is known as authentication.
|
Site Navigation in ASP.NET 2.0
by
Mahesh Chand
on
Jun 12, 2007
The Site Navigation API is a provider-based programming abstraction for accessing site navigation data. The API stores navigation data in an XML file, and exposes this data as a set of SiteMapNode classes.
|
Master Pages in ASP.NET 2.0
by
Mahesh Chand
on
May 30, 2007
The Master Pages feature provides the ability to define common structure and interface elements for your site, such as a page header, footer, or navigation bar, in a common location called a "master page", to be shared by many pages in your site.
|
Input Validations in ASP.NET 2.0
by
Mahesh Chand
on
May 30, 2007
There are controls for specific types of validation, such as range checking or pattern matching, plus a RequiredFieldValidator that ensures that a user does not skip an entry field. You can attach more than one validation control to an input control.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Site Navigation in ASP.NET 2.0
by
Anubhav Bansal
on
May 28, 2009
Site navigation uses the layered architecture. Controls such as Menu and TreeView provide the navigation UIs. Classes such as SiteMap and SiteMapNode provide the API.
|
|
|
|
Windows Popup Tutorial
by
Abhijeet Lakra
on
May 12, 2009
To show a popup when the mouse is hovered over the DataGrid cell with the information of the particular row’s columns. And, to hide the popup when the mouse leaves the DataGrid’s cell.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Object Pooling in .NET
by
Santhosh Veeraraman
on
Sep 04, 2007
This article shall describe how to implement object pooling in .NET. Object Pooling is something that tries to keep a pool of objects in memory to be re-used later and hence it will reduce the load of object creation to a great extent. This article will try to explain this in detail.
|
|
|
|
|
|
|
|
Role Bases Access using C# and XML
by
Subal Mishra
on
Mar 29, 2007
Here I am trying to give a simple and configurable solution to implement Role Bases Access to your application using C# and XML. Remember that this article intent is to provide Role Based Access and not Role Based Autorization.
|
|
|
|
XML Driven Validation
by
Subal Mishra
on
Mar 20, 2007
This article/tutorial tells us to develop a generic XML based Validation engine to be used in any Web application.
|
|
|
|
|
|