ASP.NET AJAX 1.0 source code released
January 31, 2007 Leave a comment
Microsoft has released the source code of server-side ASP.NET AJAX 1.0. take a look at Scott Guthrie’s Blog or download it here.
January 31, 2007 Leave a comment
Microsoft has released the source code of server-side ASP.NET AJAX 1.0. take a look at Scott Guthrie’s Blog or download it here.
January 30, 2007 Leave a comment
I read a post on the blog of Chris Menegay which give you a short overview of what workspaces are and how they really work. I think that when you are going to work or already working with VSTS some notion of workspaces is a must. It isn’t difficult and when you know i makes a lot of things clear. check it!
January 29, 2007 11 Comments
I saw a very interesting post on the Ajax forum. NXTwoThou had a problem with 2 radiobutton controls which must fire the OnCheckedChanged event. Here is the code.
The problem is that the radio button “rb_customers_all” has the property checked set to true. When this is set to true the event will never get fired. removing this property and adding the following code “rb_customers_all.InputAttributes["checked"] = “true”;” will fix this problem.
Have fun!
January 28, 2007 Leave a comment
January 27, 2007 Leave a comment
Hi all,
I would like to welcome you to my first webblog. The reason why i started this webblog is that i want to share the knowlegde that i have and that i will get in the future with you. Right now i’am focussing on a few categories that i’am interested in: MS Ajax, Visual Studio Team System and .NET2.0. Well i will try to write some interesting posts and hope you will enjoy it!!
Regards,
Dennis van de Laar