Hannes Preishuber
ON ERROR RESUME NEXT!
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.net development
.NET General
.NET Rocks!
About Me
Agile
Ajax
Architecture
ASP.NET
ATLAS
Blend
C#
Community
CSS
Databases
General Software Development
Miscellaneous
News
Personal
Security
SharePoint
Silverlight
Speaking
Sql
Technology
Tips
Tools
VB.NET
Web
Windows
WPF
XML
News
Navigation
Home
Blogs
Archives
October 2009 (1)
August 2009 (2)
July 2009 (3)
January 2009 (2)
November 2008 (5)
October 2008 (3)
September 2008 (1)
August 2008 (2)
July 2008 (4)
June 2008 (3)
May 2008 (1)
April 2008 (3)
January 2008 (6)
December 2007 (3)
November 2007 (7)
September 2007 (1)
August 2007 (5)
July 2007 (4)
May 2007 (4)
March 2007 (6)
February 2007 (8)
January 2007 (5)
December 2006 (6)
November 2006 (5)
October 2006 (7)
September 2006 (4)
August 2006 (3)
July 2006 (3)
June 2006 (9)
May 2006 (14)
April 2006 (6)
March 2006 (4)
February 2006 (6)
January 2006 (6)
December 2005 (5)
November 2005 (4)
October 2005 (5)
September 2005 (7)
August 2005 (8)
July 2005 (7)
June 2005 (5)
May 2005 (5)
April 2005 (10)
March 2005 (7)
February 2005 (4)
January 2005 (4)
December 2004 (3)
November 2004 (2)
October 2004 (2)
September 2004 (1)
August 2004 (3)
July 2004 (1)
June 2004 (2)
May 2004 (2)
April 2004 (2)
March 2004 (4)
January 2004 (6)
December 2003 (3)
November 2003 (5)
October 2003 (3)
September 2003 (2)
About Me
some infos and slides
ASP Schulung
Links
my company
DevTrain Portal
ASP.NET professsional magazine
visual studio 1
Dotnetslackers.com
myBlogRoll
Christian Nagel
Scott Guthrie
Julia Lerman
Christoph Wille
Brian Goldfarb
Karsten Samaschke
Tess Ferrandez
Alex Zeitler
Torsten Weber
Scott Hanselman
Norbert Eder
Hannes German Blog
mySpeeches
Usergroup Berlin
Winsummit
Online 2003
ATE @PDC
ASP konferenz
ASP .NET Security Bern,Zürich
ASP.NET Security Vienna,Graz
Advanced Developers Conference
teaching AJAX
January 2008 - Posts
1
Comments
AJAX drag& drop challenge: science fiction with web.preview
by
preishuber
Drag and drop is one of the missing features from the final ASP.NET 2.0 AJAX Extensions 1.0 (what a name). On my research work I figured out several ways to implement drag and drop and add profile support . My next sample uses the ASP.NET 3.5 Extensions...
Filed under:
Ajax
7
Comments
AJAX drag drop Challenge: new with profile support
by
preishuber
I have written a proof of concept blog post about drag and drop with AJAX toolkit. In my second part I will take a look at the possibility's to store the new position. I earlier builds toolkit control supports direct storing in profile. That feature was...
4
Comments
the "it's free" problem: caching of images
by
preishuber
a long time ago journalists were paid for investigate in story's. Today content is almost free. Blogger's dominate the world. The problem is also if 99% of the information is true and useful, 1% is wrong and dangerous. I found the following free article...
Filed under:
ASP.NET
1
Comments
LinqDatasource and Datapager Rocks
by
preishuber
With small words. ASP.NET 3.5 Datapager support automatic optimized SQL paging for sql server 2000 and 2005 with LINQDatasource. SQL 2005 SELECT COUNT(*) AS [value] FROM [Customers] AS [t0] -- Context: SqlProvider(Sql2005) Model: AttributedMetaModel Build...
0
Comments
'ListView' is ambiguous in the namespace 'System.Web.UI.WebControls'.
by
preishuber
When you have Visual Studio 2008 and ASP.NET 3.5 Extensions installed you may run in following error. BC30560: 'ListView' is ambiguous in the namespace 'System.Web.UI.WebControls'. In my case, this happens when i drag an drop a Listview Control from toolbar...
Filed under:
ASP.NET
3
Comments
LINQ to SQL HOL VB.NET Code
by
preishuber
Microsoft offers a hands on lab (HOL) which guides you step by step through creation of a application using LINQ. As always, somebody forgot to show the VB code. Here it is Imports System.Data.Linq Imports System.Data.Linq.Mapping Module Module1 Sub Main...
Filed under:
Databases
,
VB.NET
More Posts