CODEDIGEST
Home » 
Search
 

Technologies
 

CodeDigest Navigation
 

Technology News
No News Feeds available at this time.
 

In Community
No News Feeds available at this time.
 
ASP.NET
Articles
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
With the introduction of .Netframework 2.0 there are lot of new features added. One such thing is accessing some HTML elements programmatically, means in Codebehind class. This gives us the power of handling some of the html elements dynamically which will be really useful in some scenarios. This article will help us understanding in achieving some of the HTML features in codebehind class.
This article explains the implementation of custom BasePage class in ASP.Net projects. Also, it discusses some of the sample scenarios where it can be used like adding meta tags using basepage and error handling using basepage.
This article explains the use of webservices in ASP.NET 3.5 AJAX environment and it tells how to call web service methods from a client-side javascript. It also outlines the new System.Web.Script namespace and explores the ways of defining the client-call to a web service method.
This article have 2 parts. Part 1 will give you an introduction about all the datasource controls and it explains how to use SqlDatasource controls in ASP.Net 2.0. Also it has a walkthrough on implementing Master/Detail using SqlDataSource controls.
Part 2, sequel and the last of the article Accessing data using Language Integrated Query(LINQ) in ASP.NET WebPages - Part 1 explains how to create entity classes to represent SQL Server database and tables using Object Relational Designer and display data in a web page using LinqDataSource control.
This article comprises of two parts; Part 1 deals with the introduction to LINQ and LinqDataSource control in ASP.NET and describes how to define and retrieve an in-memory data collection and display data in a web page. Part 2 explains how to create entity classes to represent SQL Server database and tables using Object Relational Designer and display data in a web page using LinqDataSource control.
This article will elaborate the implementation of custom httphandlers and the scenarios we can use it.
This article will explain basics of HttpHandlers and its responsibility in request processing.
This article will help us adding a codebehind file to Global.asax file in ASP.Net 2.0. By default, It follows inline model in ASP.Net 2.0.
This articles elaborates on different ways error handling in ASP.Net applications
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15