TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
ASP.NET
FOLLOW
ASP.NET is a free web framework for building Web sites and Web applications using HTML, CSS and JavaScript. Create Web APIs, mobile sites and use real-time technologies.
Articles
(4502)
Blogs
(1457)
Resources
(112)
Videos
(36)
News
(20)
Links
Encrypt ViewState in ASP.NET 2.0
To reduce the chance of someone intercepting the information stored in the ViewState, it is good design to encrypt the ViewState. You could do this in previous releases of ASP.NET, but the support ...
Mahesh Chand
Jan 12, 2006
ASP.NET 2.0 Page State Persister
ASP.NET 2.0 adds support for altering the location where ViewState data is stored for your pages. This article looks at how a new class can be created and used to store ViewState information in Ses...
Mahesh Chand
Jan 12, 2006
Common Web Project Conversion Issues and Solutions in ASP.NET 2.0
Reviews both Visual Studio 2005 Web project and ASP.NET 2.0 framework changes that affect Web project conversion, and then discusses common issues and solutions for converting using Visual Studio 2...
Mahesh Chand
Dec 09, 2005
Asynchronous Pages in ASP.NET 2.0
ASP.NET 2.0 is replete with new features ranging from declarative data binding and Master Pages to membership and role management services. But my vote for the coolest new feature goes to asynchron...
Mahesh Chand
Dec 09, 2005
Personalization and User Profiles in ASP.NET 2.0
Personalization is growing to be more and more of an essential ingredient in many types of Web apps, including portals and shopping sites. Without it, it's quite difficult to serve your customers e...
Mahesh Chand
Oct 12, 2005
Building a ContentRotator ASP.NET Server Control
This article examines the steps involved in creating a custom, compiled ASP.NET server control that randomly rotates through specified content, much like the built-in AdRotator control randomly rot...
Mahesh Chand
Oct 12, 2005
Paging and Sorting the GridView's Data
When displaying large amounts of data it's often best to only display a portion of the data, allowing the user to step through the data ten or so records at a time. Additionally, the end user's exp...
Mahesh Chand
Oct 12, 2005
Displaying Master/Detail Data in a GridView
In most data models there are numerous one-to-many relationships. For example, in a data model that contains information about a company's workforce, there might be a Locations table and an Employe...
Mahesh Chand
Oct 12, 2005
Formatting the GridView
In the examples we've looked at so far, the GridView's output is a tad drab and unattractive. In Figure 7, for example, the GridView's output lacks any color.
Mahesh Chand
Oct 12, 2005
Accessing Data with the DataSource Controls in GridView Control
One of the most common tasks Web developers face is working with data. The data might be from an XML file, from a database, or provided through a more abstract interface, such as through a set of c...
Mahesh Chand
Oct 12, 2005
Improvements in Data Access and Display using GridView
In Microsoft ASP.NET 1.x, one of the most commonly used ASP.NET Web controls is the DataGrid. The DataGrid control makes displaying data on an ASP.NET page a breeze: simply drag and drop the DataGr...
Mahesh Chand
Oct 12, 2005
No Records Available.
101
-
111
of
111
<<
2
3
4
5
6
>>
Learn ASP.NET MVC 5.0
Challenge yourself
ASP.Net MVC
E-Book Download
Get Certified
PostgreSQL