Browse by Tags
All Tags » ASP.NET ( RSS)
-
|
This weekend I was doing some work on my pet little portal project and needed to create a logout link where the user can logout or sign-out. The membership interface did not have any logout method and abandoning the session did not help either. Although...
|
-
|
Strong names are needed should you want to add your assembly to the Global Assembly cache, or use tight version control when loading assemblies. This article shows you how to add a strong name to your project, and then walks you through how to find the...
|
-
|
As a programmer entering the ASP.NET development field, it is important to have a basic understanding of how your browser actually downloads and retrieves a web page. Glossary of terms http Http stands for hypertext transport protocol and defines how...
|
-
|
Abstract This article will give you the steps required to build a simple Web Part for Windows SharePoint Services using Visual Studio 2005 Introduction Web Parts are simply ASP.NET Server Side Controls that inherit form System.Web.UI.WebControls.WebParts...
|
-
|
This post provides a small tutorial on the underlying mechanism of how AJAX works. Obviously it would be stupid to attempt to write your own implementation of AJAX, however it is useful to understand what is happening behind the scenes. What does an Asynchronous...
|
-
|
I came across this lovely toolkit if you are thinking consuming or publishing Rdf/Atom/Opml and Rss. Take a look at ASP.Net RssToolkit Version 2.0
|
-
|
The web has become part of ones every day life and web sites like google have become verbs in every day language. It even hear slang such as "I'll ping you later" and "blog it" part of general communications. E-mail is so critical...
|
-
|
Copied from ScottGu's Blog Yesterday (7 June 2007) the ASP.NET AJAX Control Toolkit team released an updated version . You can download it from the http://ajax.asp.net web-site, and run samples built with it on the online samples page here . The ASP...
|
-
|
Whilst programming the Daisy portal I had the need to add meta tags to the <head> element at runtime. I see many other developers place these tags into their <header> and do a FindControl; I thought this was a bit dodgy as not every page needed...
|
More Posts
|
|
|