Welcome to AspAdvice
Sign in
|
Join
|
Help
Joteke's Blog
http://aspadvice.com/blogs/joteke
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
.NET
Access
Ajax
Articles
ASP.NET
Book Reviews
Entertainment
Finnish
IE
IIS 7.0
Music
OleDB
Other
Personal
Server Controls
SQL
Vista
VS2005
VS2008
WCF
Windows Server 2008
XML
News
Subscribe in a reader
Navigation
Home
Blogs
Forums
Photos
Downloads
My Reader
Archives
May 2008 (2)
April 2008 (2)
March 2008 (3)
February 2008 (3)
December 2007 (3)
November 2007 (2)
October 2007 (6)
September 2007 (5)
August 2007 (7)
July 2007 (3)
June 2007 (4)
May 2007 (2)
March 2007 (3)
February 2007 (7)
January 2007 (6)
December 2006 (1)
November 2006 (2)
October 2006 (4)
September 2006 (1)
August 2006 (13)
July 2006 (7)
June 2006 (6)
May 2006 (4)
April 2006 (9)
March 2006 (4)
February 2006 (5)
January 2006 (6)
December 2005 (5)
November 2005 (5)
October 2005 (12)
September 2005 (10)
August 2005 (6)
July 2005 (8)
June 2005 (9)
May 2005 (9)
April 2005 (4)
February 2005 (5)
January 2005 (8)
December 2004 (3)
November 2004 (1)
October 2004 (3)
September 2004 (11)
August 2004 (3)
July 2004 (5)
June 2004 (2)
April 2004 (3)
March 2004 (5)
Articles
Simple XSLT & XPath Grouping
More XSLT & XPath Grouping
IList Collections
Review: Windows Forms Programming in C#
Review: A First Look at ASP.NET v. 2.0
Review: A First Look at ADO.NET and System.Xml v2.0
Review: The C# Programming Language
Review: The Guru's Guide to SQL Server Architecture and Internals
Review: XQuery, The XML Query Language
Review: The Visual Basic .NET Programming Language
Review: NET Compact Framework Programming with C#
Review: Design Patterns in C#
Using Delegates with Data Readers to Control DAL Responsibility
Review: A First Look at SQL Server 2005 for Developers
Review: Refactoring To Patterns
Display Hierarchical Data with TreeView in ASP.NET 2.0
Review: CLR via C#, Second Edition
Review: Programming Microsoft ASP.NET 2.0: Core Reference
Blogs
Kirk Allen Evans
Dino Esposito
Rob Howard
Scott Guthrie
Dare Obasanjo
Steve Smith
Colt Kwong
Jason Gaylord
Robert McLaws
Nikhil Kothari
Weblogs @ ASP.NET
Weblogs @ Xml Advice
Thomas Johansen
Marl Fussell
Justin Lovell
VS Data Team
Rico Mariani
Bill Evjen
XML Team
Wilco Bauwer
J. Ambrose Little
Niels SQL Server Blog
SQL CLR Team
Fritz Onion
Longhorn Team RSS
Finnish .NET Bloggers
Aali Alikoski
Ilija Lazarov (MVP)
Ahti Haukilehto (RD)
Timo Kiander
Mika Seitsonen (MVP)
Jussi Seppälä
Mike Walsh (MVP)
Joni Moilanen
Jani Järvinen (MVP)
Microsoft-tietoturvan blogi (Kimmo Bergius)
Pasi Mäkinen (MS Finland)
Me
Facts...
MVP Profile
teemukeiski.net
Sites
ASP.NET Web
ASP.NET Home
AspAdvice
DotNetJunkies
DotNetSlackers
CSharpFriends.com
.NET Reporter
August 2007 - Posts
Sunday, August 19, 2007 8:59 PM
Nothing beats a good book
During the last few years, I've read many books. Of course, since I work on IT branch in a technical position, most of the books I've read deal more or less with technology or technology-oriented things like design, coding and things related to
Posted by
joteke
|
0 Comments
Filed under:
.NET
,
Book Reviews
Thursday, August 16, 2007 9:19 PM
Mapping of attributes to control properties in ASP.NET - growing to a custom control
Often I see questions like this asked by developers who are new to ASP.NET. I have a DIV element which should fire event XYZ on server when clicked. My code is: <div id="myDiv" onclick="ZYZ('something')">...</div>
Posted by
joteke
|
4 Comments
Filed under:
ASP.NET
Attachment(s):
AJAXEnabledWebSite2.zip
Thursday, August 16, 2007 6:42 PM
Interesting article: "Developing IIS7 modules and handlers with the .NET framework" by Mike Volodarsky
Link: http://mvolo.com/blogs/serverside/archive/2007/08/15/Developing-IIS7-web-server-features-with-the-.NET-framework.aspx This article, the first in the IIS7 .NET Developer series, focuses on getting started with developing IIS7 web server features
Posted by
joteke
|
0 Comments
Filed under:
.NET
,
ASP.NET
Tuesday, August 14, 2007 10:05 PM
Potential solution for "Validation of viewstate MAC failed"
Last year, I blogged about the potential for "Validation of viewstate MAC failed" issue in ASP.NET 2.0 when using GridView or any databound control which causes ViewState to be encrypted. E.g basically if you have long-running page which isn't
Posted by
joteke
|
1 Comments
Filed under:
ASP.NET
Saturday, August 11, 2007 3:43 PM
Learnt something about registering JavaScript arrays in ASP.NET Ajax...
Very often with databound controls such as DataGrid or GridView, when I need to do client-side scripting for child controls on the rows of the control, I use JavaScript arrays for that. Reasoning is that they give me simple direct access to the elements
Posted by
joteke
|
1 Comments
Filed under:
ASP.NET
,
Ajax
Sunday, August 05, 2007 3:06 PM
ScottGu blogs about fixes for common VS2008/.NET 3.5 b2 issues
Scott has collected a list of issues which might occur when working with VS2008/.NET 3.5 beta 2. See the post. I am one of those people who have emailed Scott to say VS2008 beta 2 is the best VS beta so far. I've had mixed feelings with both VS2005
Posted by
joteke
|
0 Comments
Filed under:
.NET
,
VS2008
Wednesday, August 01, 2007 8:56 PM
Amorphis's newest release is soon here :-)
Amorphis is a Finnish band playing melodic metal, for those of you who don't know it, one of my favorites. They play kind of death metal too (some grunts here and there) however I don't count that since it's 99% melodic. :-) They find lyrics
Posted by
joteke
|
4 Comments
Filed under:
Personal
,
Music
,
Entertainment