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
Uploading files is one of the frequently done tasks when developing asp.net websites. At times, we may have requirements to provide a feature where users can upload multiple files at a time. Moving forward, we will see how to develop a feature which can provide the capability to upload multiple files without having any restriction on number of files.
By default, LINQ to SQL use lazy loading or deferred loading to get the related object. Lazy loading is a technique where a data is loaded only on demand. We will understand how to immediately load the related database object using LINQ to SQL in this article both using LINQ query and LINQDataSource control.
The Calendar control is one of the primarily used controls when we build applications that deal with dates. For example, a ticket booking system, attendence registers, etc.
It is obvious that any website we develop will have multiple pages and requires a navigation feature to move or browse between pages. This is a beginner level article that discusses various options for pasing values between pages and its pros and cons.
In Part 1 of this article series, we have seen some of the basic usages of ADRotator control in a webpage. In Part 2, we will see how to track an adverstisement performance by adding a hit counter for each adverstisement.
Passing values from server to client side for some javascript manipulation and it’s vice versa is one of most recurring tasks we will come accross when developing web applications. Well, this can be done through so many ways and this article will elaborate on some of the techniques which we can use to access the javascript variable or value in server and vice versa.
ADRotator control available in ASP.Net controlset provides an easy way to rotate image advertisement in our webpage. The ADRotator control will take the advertisement information from a XML file and will render different adverstisement in each page refresh.
Creating data driven application is one of the most commonly done task in our day today application development. In these applications, reporting and generating reports in various formats will be one of the repeated requirements we will get. In this article, we will see how to export data to PDF file in ASP.Net.
XML is one of the widely used data exchange format for variety of reasons in software industry. Hence, working on XML data like selecting a XML node, navigating the XML node tree for finding a node or doing some manipulation on XML nodes has become one of the major and repetitive tasks in any project we work. In this article, we will try to understand how to read XML data using XPath expression in ASP.Net.
An article on how to put together an ASP.NET horizontal menu control with access key and target window support.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15