Browse by Tags
All Tags »
Asp.Net (
RSS)
Slides and Demo solution from "ASP.NET Ajax Extensions Overview" presentation, I gave recently for Israel Electric Corporation, available for download here . Enjoy!
I was surprised today by an odd behavior of Login control. When browsing some pages in my web site that required authentication, I was redirected to the Login page, but then, after successful login, I was redirected to the page, specified by DestinationPageURL property of Login control (instead of original URL). I went to investigate. Here are the results: First of all Login control standard behavior: If the user browse the Login page directly, after login, asp.net will redirect the user to page...
ASP.NET 2.0 infrastructure uses provider architecture in conjunction with local and global resources to support localization. Provider architecture gives us option to replace default resx (XML) resources, used to store localized data, with anything else (database for example). Global resources provide us with auto-generated, strongly-typed API to access application wide resources. Local resources can use implicit and explicit binding and have nice “Generate Local Resource” ( Tools>Generate Local...
Finally first drop of Atlas Control Toolkit is out. If you are interested to play with it, you can get it here . It contains bunch of controls together with set of VSI templates for new controls development. It not even beta, just little preview of direction, but is worth trying. There are many more controls planed. More interesting is that MS guys are planning to setup open-source environment for toolkit development. Way to go! There is so much to do (starting with decent design time support, for...