CODEDIGEST
Home Articles CodeDigest Tutorials FAQs
Skip Navigation LinksHome » Article » ASP.Net Article   Submit Articles and Win Geeky Prizes!!   You are not logged in.
Search
 

Product Spotlight
 

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
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.
XSLT stands for Extensible Stylesheet Language Transformations. It is technology developed by W3C to convert the XML documents to HTML/XHTML document in order to present it in a browser. We can also use this technology to convert the XML data to a different XML format.
There will be requirements where we need to start and control an exe in server using an ASP.Net application. Since web based applications have its own limitation one can’t achieve every complex requirements using a web application. Moving forward, we will see how this can be implemented using ASP.Net and C#.
1 2 3 4 5 6 7 8 9 10 11 12