Browse by Tags
All Tags »
Visual Studio (
RSS)
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 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...
I have explained some of the state mechanisms that we have in our disposal for preserving state in ASP.Net applications in various posts in this blog. You can have a look at this post , this post , this post and this one . I have not presented yet an...
In this post I would like to present a step by step example on how to use stored procedures with LINQ to SQL. Many people will wonder why I am bothering talking about LINQ to SQL so much. First of all I give a lot of seminars where people want to learn...
In this post I would like to talk about cross-page postbacks in ASP.Net. When you have a .aspx page with a button on it and you click that button the page will be posted back to the original page. What we want to do now is to click that button and post...
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 "How can I send emails from asp.net web applications?" I know we live in the era of Microsoft Messenger,Skype,Twitter...
In this post we are going to see a step by step example on how to read,write,delete cookies in asp.net websites. Cookies are small pieces of text that you can associate with a website which are transfered down to the user's computer when the user visits...
This is my second post regarding caching in asp.net applications. You can find my other post in caching here . A friend of mine asked me if he can control caching of an asp.net page depending on the user's language browser. Let's see how we can accomplish...
The issue of "caching" keeps coming up in my asp.net seminars so I though it would be a good idea to write a post. I know it is a well documented feature and widely used but I really believe most people will be able to use this rather simple example and...
This is a second post in a new series of posts regarding ASP.Net and JQuery. You can see the first post here . I will try to present JQuery samples in this series of posts that will be most useful to asp.net developers. In this second post I will show...
More Posts
Next page »