<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Nikolaos Kantzelis ASP.Net Blog</title><subtitle type="html">This blog will focus on ASP.NET Framework</subtitle><id>http://weblogs.asp.net/dotnetstories/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/dotnetstories/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2011-09-14T14:15:00Z</updated><entry><title>How to move the ViewState from a hidden field on the client to a session on the server </title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/12/30/how-to-move-the-viewstate-from-a-hidden-field-on-the-client-to-a-session-on-the-server.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/12/30/how-to-move-the-viewstate-from-a-hidden-field-on-the-client-to-a-session-on-the-server.aspx</id><published>2011-12-30T20:12:00Z</published><updated>2011-12-30T20:12:00Z</updated><content type="html">This is a post relevant to all the developers out there that use Web Forms as their main ASP.Net platform. In this post I would like to talk about ViewState and how we can move it and store it in a session on the server's memory. We know that the default hidden client field for ViewState can become very large on pages.That can problematic in terms of SEO and performance. Let's talk a little bit about ViewState since not everybody knows what it is and why we need it. We need those state preserving...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/12/30/how-to-move-the-viewstate-from-a-hidden-field-on-the-client-to-a-session-on-the-server.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8198174" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="session state" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/session+state/default.aspx" /><category term="performance" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/performance/default.aspx" /><category term="ViewState" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ViewState/default.aspx" /><category term="Adapter" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/Adapter/default.aspx" /></entry><entry><title>Adding search functionality in a GridView in an ASP.Net application</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/12/28/adding-search-functionality-in-a-gridview-in-an-asp-net-application.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/12/28/adding-search-functionality-in-a-gridview-in-an-asp-net-application.aspx</id><published>2011-12-28T20:06:00Z</published><updated>2011-12-28T20:06:00Z</updated><content type="html">In my seminars I always show how to fetch data from an SQL Server database to some UI controls (usually a GridView control). I use the connected data access model,I use the disconnected data access model (datasets) and obviously I provide samples that leverage LINQ to SQL and Entity Framework . Sometimes I get asked how to search through the results that are bound to a GridView control. In this post I would like to show you how to get data from an SQL Server database and bind the data to a Gridview...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/12/28/adding-search-functionality-in-a-gridview-in-an-asp-net-application.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8187668" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="datasets" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/datasets/default.aspx" /><category term="data access layer" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/data+access+layer/default.aspx" /><category term="regular expressions" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/regular+expressions/default.aspx" /><category term="search" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/search/default.aspx" /><category term="gridview" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/gridview/default.aspx" /></entry><entry><title>Create an Ajax enabled WCF service and invoking it using client-side code</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/12/28/create-an-ajax-enabled-wcf-service-and-invoking-it-using-client-side-code.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/12/28/create-an-ajax-enabled-wcf-service-and-invoking-it-using-client-side-code.aspx</id><published>2011-12-28T15:45:00Z</published><updated>2011-12-28T15:45:00Z</updated><content type="html">In this post I would like to show you again with a hands-on example how to create an Ajax enabled WCF Service and invoke it using the Ajax Script Manager web server control. This is going to be a very simple example and it is for people who are not familiar with WCF and in general with SOA architecture. My main concern here is to show how you can invoke that service (service method) using client side code. In a later post I will show you something similar using JQuery . Let's move on with our hands...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/12/28/create-an-ajax-enabled-wcf-service-and-invoking-it-using-client-side-code.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8186870" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="Ajax" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/Ajax/default.aspx" /><category term="client side" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/client+side/default.aspx" /><category term="Ajax-enabled WCF Service" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/Ajax-enabled+WCF+Service/default.aspx" /><category term="WCF" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/WCF/default.aspx" /></entry><entry><title>Using JQuery to call a WCF Service in an ASP.Net application</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/12/27/using-jquery-to-call-a-wcf-service-in-an-asp-net-application.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/12/27/using-jquery-to-call-a-wcf-service-in-an-asp-net-application.aspx</id><published>2011-12-26T22:22:00Z</published><updated>2011-12-26T22:22:00Z</updated><content type="html">In this post I would like to show you with a hands-on example how to invoke a WCF service from JQuery . I have already posted a few posts regarding JQuery and server communication.Have a look in this post and in this post . This is a similar post . In order to follow what I am about to say in this post, I assume that you know what JQuery is and have a basic understanding of how to traverse the DOM or handle events with JQuery. You can find more posts regarding JQuery by clicking here . So we can...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/12/27/using-jquery-to-call-a-wcf-service-in-an-asp-net-application.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8177845" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="jquery" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/jquery/default.aspx" /><category term="WCF" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/WCF/default.aspx" /><category term="ajax enabled WCF Service" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ajax+enabled+WCF+Service/default.aspx" /></entry><entry><title>Using Audio and Video in HTML 5</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/12/26/using-audio-and-video-in-html-5.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/12/26/using-audio-and-video-in-html-5.aspx</id><published>2011-12-26T00:03:00Z</published><updated>2011-12-26T00:03:00Z</updated><content type="html">This is the second post in the new HTML 5 post series. You can find the first post about HTML 5 input form elements and validation here . In this post I would like to show you how to use audio and video.We all know that audio and video are everywhere on the web nowadays and are part of the web experience in many sites. This is a new way of adding audio and video (new html elements) with HTML 5 which does not require any plugins.We can have audio and video playing natively in the browser. Since the...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/12/26/using-audio-and-video-in-html-5.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8173018" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="html5" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/html5/default.aspx" /><category term="video" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/video/default.aspx" /><category term="audio" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/audio/default.aspx" /></entry><entry><title>Using HTML 5 form input elements in ASP.Net applications</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/12/24/using-html-5-form-input-elements-in-asp-net-applications.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/12/24/using-html-5-form-input-elements-in-asp-net-applications.aspx</id><published>2011-12-24T13:26:00Z</published><updated>2011-12-24T13:26:00Z</updated><content type="html">I am going to start a new series of posts that focus on HTML 5. HTML 5 is something I wanted to learn and finally I have covered enough ground to feel confident. HTML 5 gives us things like Semantic tags, the possibility to add video and audio in our pages without any plugins.With Canvas we can have very rich animations to our web pages. I see that now with all these emerging technologies there are many things you can do on the client. JQuery is amazing and you can do so many things. Please have...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/12/24/using-html-5-form-input-elements-in-asp-net-applications.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8164894" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="javascript" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/javascript/default.aspx" /><category term="html5" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/html5/default.aspx" /><category term="modern browsers" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/modern+browsers/default.aspx" /><category term="css3" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/css3/default.aspx" /></entry><entry><title>Looking into Web performance in ASP.Net applications</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/12/08/looking-into-web-performance-in-asp-net-applications.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/12/08/looking-into-web-performance-in-asp-net-applications.aspx</id><published>2011-12-08T17:29:00Z</published><updated>2011-12-08T17:29:00Z</updated><content type="html">In these series of posts I am going to have a look into the various factors that make our web applications slower and how we can rectify that. Ι have already blogged about caching in this blog and you can find these blog posts below Caching an ASP.Net page Data caching in ASP.Net applications How to cache an asp.net page depending on the user's browser language Caching is very important and vast topic and I might talk more in depth about this issue in future blog posts.Certainly with caching you...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/12/08/looking-into-web-performance-in-asp-net-applications.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8101808" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="caching" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/caching/default.aspx" /><category term="CSS" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/CSS/default.aspx" /><category term="css sprites" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/css+sprites/default.aspx" /><category term="Fiddler" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/Fiddler/default.aspx" /><category term="web performance" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/web+performance/default.aspx" /><category term="image compression" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/image+compression/default.aspx" /><category term="CDN" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/CDN/default.aspx" /><category term="HTTP requests" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/HTTP+requests/default.aspx" /><category term="image sprites" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/image+sprites/default.aspx" /></entry><entry><title>Performing Validation using the JQuery Validation library/plugin</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/11/28/performing-validation-using-the-jquery-validation-library-plugin.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/11/28/performing-validation-using-the-jquery-validation-library-plugin.aspx</id><published>2011-11-28T15:16:00Z</published><updated>2011-11-28T15:16:00Z</updated><content type="html">This another post that is focusing on how to use JQuery in ASP.Net applications. If you want to have a look at the other posts related to JQuery in my blog click here In this post I would like to show you how to perform client-side validations using the JQuery validation plugin. Some basic level of knowledge of JQuery is assumed. Sadly, we canot cover the basics of JQuery in this post so here are a few resources for you to focus on The main site is this http://blog.jquery.com/ http://docs.jquery...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/11/28/performing-validation-using-the-jquery-validation-library-plugin.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8079125" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="jquery" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/jquery/default.aspx" /><category term="validation plugin" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/validation+plugin/default.aspx" /><category term="validate method" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/validate+method/default.aspx" /></entry><entry><title>Creating a simple watermark effect using JQuery</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/11/24/creating-a-simple-watermark-effect-using-jquery.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/11/24/creating-a-simple-watermark-effect-using-jquery.aspx</id><published>2011-11-24T18:37:00Z</published><updated>2011-11-24T18:37:00Z</updated><content type="html">This another post that is focusing on how to use JQuery in ASP.Net applications. If you want to have a look at the other posts related to JQuery in my blog click here In this post I would like to show you how to create a simple watermark effect using JQuery.Watermark is a great way to provide users with informarion without using more space on the screen. Some basic level of knowledge of JQuery is assumed. Sadly, we canot cover the basics of JQuery in this post so here are a few resources for you...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/11/24/creating-a-simple-watermark-effect-using-jquery.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8073110" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="jquery" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/jquery/default.aspx" /><category term="watermark" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/watermark/default.aspx" /></entry><entry><title>Creating a simple accordion with JQuery</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/11/24/creating-a-simple-accordion-with-jquery.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/11/24/creating-a-simple-accordion-with-jquery.aspx</id><published>2011-11-24T16:16:00Z</published><updated>2011-11-24T16:16:00Z</updated><content type="html">This another post that is focusing on how to use JQuery in ASP.Net applications. If you want to have a look at the other posts related to JQuery in my blog click here We all know that there is always a limited space in our web page to show content.In this example I would like to show you how to create an accordion "effect" on a simple .aspx page. Some basic level of knowledge of JQuery is assumed. Sadly, we canot cover the basics of JQuery in this post so here are a few resources for you to focus...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/11/24/creating-a-simple-accordion-with-jquery.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8072823" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="jquery" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/jquery/default.aspx" /><category term="accordion" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/accordion/default.aspx" /></entry><entry><title>Creating a simple slider panel with JQuery</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/11/23/creating-a-simple-slider-panel-with-jquery.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/11/23/creating-a-simple-slider-panel-with-jquery.aspx</id><published>2011-11-23T21:48:00Z</published><updated>2011-11-23T21:48:00Z</updated><content type="html">This another post that is focusing on how to use JQuery in ASP.Net applications. If you want to have a look at the other posts related to JQuery in my blog click here We all know that there is always a limited space in our web page to show content.In this example I would like to show you how to create a slider panel that the users of your site can slide down so they can see the content. Some basic level of knowledge of JQuery is assumed. Sadly, we canot cover the basics of JQuery in this post so...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/11/23/creating-a-simple-slider-panel-with-jquery.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8071397" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="jquery" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/jquery/default.aspx" /><category term="slider" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/slider/default.aspx" /></entry><entry><title>Creating custom error pages in ASP.Net applications</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/09/24/creating-custom-error-pages-in-asp-net-applications.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/09/24/creating-custom-error-pages-in-asp-net-applications.aspx</id><published>2011-09-24T19:05:00Z</published><updated>2011-09-24T19:05:00Z</updated><content type="html">This is going to be another short post regarding ASP.Net and custom error pages. Our goal is to specify a particular page to be displayed on the user's screen when error occurs within our application.In order to that we basically have to make some changes in the web.config file. 1) Launch Visual Studio and create a new ASP.Net web application from the available projects. 2) Let's create the generic error page. Add another item to your project , an .htm page. I have named it GenericError.htm Add some...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/09/24/creating-custom-error-pages-in-asp-net-applications.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7964349" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="Visual Studio" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/Visual+Studio/default.aspx" /><category term="custom error pages" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/custom+error+pages/default.aspx" /></entry><entry><title>Take an ASP.Net application offline</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/09/24/take-an-asp-net-application-offline.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/09/24/take-an-asp-net-application-offline.aspx</id><published>2011-09-24T15:30:00Z</published><updated>2011-09-24T15:30:00Z</updated><content type="html">In this post (it is going to be very short for a change) I would like to show you how to take your ASP.Net application offline. We have to place a file named app_offline.htm into your root directory.By doing that we stop any ASP.Net processing. If you wonder what is going to be displayed instead, are the contents of the app_offline.htm. If we remove the app_offline.htm or rename it, then the ASP.Net application will start again. 1) Launch Visual Studio and create a new ASP.Net web application.Give...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/09/24/take-an-asp-net-application-offline.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7964143" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="Visual Studio" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/Visual+Studio/default.aspx" /><category term="application offline" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/application+offline/default.aspx" /><category term="maintenance" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/maintenance/default.aspx" /></entry><entry><title>An introduction to ASP.Net health monitoring and web events</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/09/21/an-introduction-to-asp-net-health-monitoring-and-web-events.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/09/21/an-introduction-to-asp-net-health-monitoring-and-web-events.aspx</id><published>2011-09-20T21:26:00Z</published><updated>2011-09-20T21:26:00Z</updated><content type="html">In this post I would to focus on ASP.Net Health monitoring and Web events.Health monitoring is another mechanism to capture/abstract logging. In most cases with our ASP.Net applications we need to trace what happens when they are up and running. Have a look at a previous post of mine where I talk about Tracing at page and application level. In this post I would like to talk about Web events. The web event represents the data that is to be logged.We can raise those events and those events can be logged...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/09/21/an-introduction-to-asp-net-health-monitoring-and-web-events.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7959936" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="C#" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/C_2300_/default.aspx" /><category term="Visual studio 2010" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/Visual+studio+2010/default.aspx" /><category term="logging" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/logging/default.aspx" /><category term="health monitoring" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/health+monitoring/default.aspx" /><category term="web events" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/web+events/default.aspx" /></entry><entry><title>Using JQuery Ajax functions to retrieve data from the server</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/dotnetstories/archive/2011/09/14/using-jquery-ajax-functions-to-retrieve-data-from-the-server.aspx" /><id>http://weblogs.asp.net/dotnetstories/archive/2011/09/14/using-jquery-ajax-functions-to-retrieve-data-from-the-server.aspx</id><published>2011-09-14T11:15:00Z</published><updated>2011-09-14T11:15:00Z</updated><content type="html">In this post I would like to talk about the great support that JQuery has for Ajax.I have already written another post on my blog regarding the Jquery Ajax functions and how we can get data form the server.In that post we looked into how we can use the load() method to get data from the server.One of the things you must keep in mind is that JQuery is able to communicate with any server that uses standard protocols.In this post I would like to talk about the get() , post() and ajax() methods and how...(&lt;a href="http://weblogs.asp.net/dotnetstories/archive/2011/09/14/using-jquery-ajax-functions-to-retrieve-data-from-the-server.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7952548" width="1" height="1"&gt;</content><author><name>nikolaosk</name><uri>http://weblogs.asp.net/members/nikolaosk.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/ASP.NET/default.aspx" /><category term="C#" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/C_2300_/default.aspx" /><category term="Visual studio 2010" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/Visual+studio+2010/default.aspx" /><category term="jquery" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/jquery/default.aspx" /><category term="web service" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/web+service/default.aspx" /><category term="Ajax" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/Ajax/default.aspx" /><category term="JSON" scheme="http://weblogs.asp.net/dotnetstories/archive/tags/JSON/default.aspx" /></entry></feed>
