Wesley Walraeve
I'm the greatest. (Cassius Clay)
Sign in
|
Join
|
Help
Home
RSS
Atom
Comments RSS
Search
Tags
.NET
Ajax
ASP.NET
CSS
Flash
Sharepoint
SmartPart
Sourcecontrol
Subversion
VS.NET 2005
Winforms
Navigation
Home
Blogs
Photos
Downloads
Archives
June 2008 (3)
May 2008 (2)
January 2008 (3)
October 2007 (7)
September 2007 (2)
July 2007 (1)
June 2007 (1)
May 2007 (1)
March 2007 (1)
February 2007 (1)
January 2007 (2)
October 2006 (2)
September 2006 (2)
August 2006 (4)
June 2006 (1)
February 2006 (1)
February 2005 (1)
January 2005 (1)
December 2004 (3)
January 2007 - Posts
0
Comments
Winforms datagridView and SelectionChanged
by
wesleyw
If you use a datagridView in Winforms you will use the SelectionChanged event to track if a user have selected another row so you can show other data. BUT, there is a problem here as you will have noticed is the SelectionChanged triggered 4 times when...
0
Comments
No "Select Master Page" with VS 2005 SP1 or Web Application
by
wesleyw
If you create a new Web application project (not a website) with VS2005 SP1 and/or WAP then you are not able anymore to select a master page when you want to add a new ASPX page. Maybe someone who reads this blog have found a solution already? - Wesley