This online article could be used as a guide to the beginners while building a .NET application in a service oriented architecture. Rather than application integration, the author discusses about the application development. The article shows few...
In a Web-based application, Cookies plays a vital role in helping both the webmasters and the clients. But thinking about the security, cookie data is easy to view in the header of both the response and request of HTTP. So it becomes the task of...
Errors in a web based applications can be logged using the email functionality which is illustrated with detailed explanation in this ASP tutorial. Here, creation of user friendly error messages are given with the sample program and SendErrorEmail...
Improve ASP.NET Application Performance is a web based article that deals with enhancing the performance of ASP.NET web form event model, normally all the events or handle on the server side but here the author tell us some methods that helps in...
DLTempex generates a page for each file in a database based on a HTML template. You can therefore modify the layout of the output and insert the file's title, description, file size (available if the file is stored locally), link(s) to the file,...
Author XML content in a Web forms-like word-processor, hiding the complexities of XML. Also supports HTML content creation. Users can design "smart" XML Web forms with multiple validation options. Also offers math capabilities in a...
A Text-Based Search Engine is a tutorial which deals with generation of a text search engine in the users website. This tutorial offers guideline to the users about the creation of search engine with the help of text based functionalities. Here...
Allowing Users to Select Items in a DataList Control is a web based tutorial which shows you different methods such as using the ItemCommand Event, SelectedIndexChanged Event, SelectedItem Property and SelectedItemStyle Property to select the...
As a quick reference, ASP.NET in a Nutshell goes beyond the published documentation to highlight little-known details, stress practical uses for particular features, and provide real-world examples that show how features can be used in a working...
Displaying Images that Reside in a Database is a tutorial in which author discusses about various methods that have to be adapted while accessing the images that reside on the database with the help of ASP application. Here author describes about... |