Nikolaos Kantzelis ASP.Net Blog
This blog will focus on ASP.NET Framework
-
How to cache an asp.net page depending on the user's browser language
This is my second post regarding caching in asp.net applications. You can find my other post in caching here.
-
Caching an ASP.Net page
-
ASP.Net and JQuery - How to check/uncheck all items in a CheckBoxList
This is a second post in a new series of posts regarding ASP.Net and JQuery. You can see the first post here.
-
How to change the master page depending on the client's browser
In one of my seminars on ASP.Net, I was asked a question from a student regarding master pages and the various browser appications.
-
ASP.Net and JQuery - How to access all textboxes using JQuery
I am going to start a series of posts on ASP.Net and JQuery that will explain a lot of common tasks that can be accomplished using this fantastic open source Javascript library.
-
Enable tracing at application and page level in ASP.NET applications
When we debug our applications we need to have as much information as possible at our disposal. There are a lot of techniques and ways to achieve that.
-
Hidden Div elements and ASP.Net 4.0
This is a very short post for a new feature that ships with VS 2010 and ASP.Net 4.0.
-
ASP.Net 4.0 and tableless menu control
One of the issues I really like to read and learn is client side technologies. I am an ASP.Net guy at heart but I find CSS particular useful and I have been blogging about CSS in my other blog.
-
ASP.NET 4.0 meta tags and Search engine optimisation
I am thinking to create a new series of posts regarding ASP.NET and SEO (Search Engine Optimisation).
-
Compress session state in ASP.Net 4.0
Hello folks,