Nikolaos Kantzelis ASP.Net Blog
This blog will focus on ASP.NET Framework
-
Localising an ASP.Net application
In one of my seminars the issue of internationalisation,localisation ASP.Net applications, came up. More specifically I was asked to provide a hands-on example on how to localise an ASP.Net application.
-
An example of Arrays,ArrayList,generic collections in an ASP.Net application
In one of my ASP.Net seminars I have been asked to provide a small sample/example on working with a group of custom objects.
-
Using profile in ASP.Net applications
We all want when we visit a website to have some unique treatment (personalisation). Developers on the other side must devise mechanisms to remember our personal settings and preferences. This makes it more likely for us to return. ASP.Net developers must track users and save somehow their preferences between visits.
-
How to populate web server controls in ASP.Net applications from a web service
In this post I would like to present you with a very simple example on how to create a simple web service that access data from a database.
-
Reading data from Office applications in ASP.Net
In this post I will show you with a hands-on example on how to accompish a common task. We will use an asp.net application to read data from an excel file. I have excel 2007 installed and I have several .xlsx files with data.
-
How to obtain browser information from an asp.net application
In this post I am going to explain how to get information about the user's browser. This is the browser that the user uses to access the web application.
You can accomplish what i am going to show you with javascript. But I approached it differently and i will show you how to do that with .Net code.I will be using VS 2010 Ultimate edition and VB.Net to create a simple asp.net application.
-
Linq to XML & ASP.Net - part 8
This is the eighth post in a new series of posts regarding LINQ to XML and ASP.Net.Please do read the first post here. You can find the second post here .
-
Linq to XML & ASP.Net - part 7
This is the seventh post in a new series of posts regarding LINQ to XML and ASP.Net.Please do read the first post here. You can find the second post here .
You can find the third post here . You can read the fourth post here . You can find the fifth post here . You can find the sixth post here .
-
Session State in ASP.Net
In this post I will talk about ASP.Net State management. I will provide a hands on example with VS and VB.Net.
-
ASP.NET Page lifecycle
In this post i am going to try to give you an overview of the events that take place in asp.net lifecycle. Page Life Cycle in ASP.NET is essential knowledge for developing applications.