Archives
-
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.
-
Web server controls in ASP.Net - part 4
This is the fourth post in a series of posts regarding web server controls.
-
Web server controls in ASP.Net - part 3
This is the third post in a series of posts regarding web server controls.
-
Web server controls in ASP.Net - part 2
In this second post of presenting the basic web server controls in ASP.Net we will look into the Adrotator control. You can find the first post here.
-
Web server controls in ASP.Net - part 1
I am going to write a new series of blog posts regarding the most common web server controls we use in ASP.Net applications.Lots of people that start now in ASP.Net want to know more about these standard controls.
-
Using Linq to Objects within an ASP.Net application
I am thinking to continue the LINQ series of posts but I want to give a clear example on Linq to Objects.
-
Linq to XML & ASP.Net - part 6
This is the sixth 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 5
This is the fifth 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 4
This is the fourth 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 3
This is the third 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 article here .
-
Linq to XML & ASP.Net - part 2
This is the second post in a new series of posts regarding LINQ to XML and ASP.Net.Please do read the first article here.
-
Linq to XML & ASP.Net - part 1
I am going to write a new series of articles regarding LINQ to XML and how to use it in ASP.Net web sites.
-
How to create an Ajax enabled Web Service in ASP.Net
In this post I will try to show you with a detailed example how to create an Ajax enabled Web Service and consume it from client scripts running in a different Web site. It will be a simple example but the principles apply to the most complicated ones.
-
Implementing cross-page postbacks in ASP.Net
In this post I would like to talk about cross-page postbacks in ASP.Net.
-
ASP.Net and JQuery - How to create a slideshow
This is the third post in a new series of posts regarding ASP.Net and JQuery. You can see the first post here. and the second one here.
-
Working with files & folders in ASP.Net applications - Iterate through local file system drives
This is a second post in a series regarding ASP.Net and manipulation of files & folders. You can find the other one here .
-
Working with files & folders in ASP.Net applications - Get local drive information
I am going to start a new series of posts regarding files and how we can manipulate them in our ASP.Net applications. I will also present samples of .Net code that will exhibit how to get information on drives and folders.
-
IMPORTANT : ASP.Net Security Vulnerability
Scott Gu in his latest post, announces a very serious security threat-vulnerability regarding ASP.Net sites.
-
A short introduction to ASP.Net Web Pages,Webmatrix and Razor
I wanted to write a few thoughts of mine regarding the new lightweight development tool available from Microsoft called WebMatrix.
-
Using email in ASP.Net applications
I know that this topic is also well documented in the web. But I decided to have a go, after so many people ask me the same question
-
Cookies in asp.net applications
In this post we are going to see a step by step example on how to read,write,delete cookies in asp.net websites.
-
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.