Welcome to Tech-Review.Org Sign in | Join | Help

.net_2.0

My coding blog entries. Typically will either be more complex coding examples or overcoming product issues / troubleshooting resolutions.
New Ajax ToolKit Out..Links..

Today was released a new 'official' release of the Ajax Toolkit.  It apparently solves some issues with viewstate, gives the modalpopup some additional scenarios to be worked in, and a few other updates...but.

 

If you run a DGS (dynamically generated site), you'll still need to modify the ExtenderBase so that the url points to the raw url and not the FilePath (see previous blog entries) - however next release will have that issue fixed (Thanks Shawn).    Additionally, there is still the issue with databound objects remaining hidden (such as the dropdownlists) when a ModalPopup is invoked and closed - hopefully that will get fixed less maybe I will try and substitute DDLs with some other control.  However, new functionality with the modal allows for invoking in other scenarios which should be a relief for some.  For instance I believe it is now possible to have the target outside the modal and update panel that contains it.  That actually will be interesting code to look at to see if that property can be applied to other controls.

 

Which leads me to a bunch of links for the readers as trying to find any code examples is difficult at best.


Links you may or may not find useful:

 


  • Benchmark studies - For those of you whom may have never seen this stuff check out the link below.  I was involved in most of the studies (Particulary the Doculabs and the Middleware Project which not only did I design the network / testing platform but also the methodology and execution thereof).. From a coding perspective - starter kits are great but if you want to learn how to code reliable, scalable, and high performance applications I do recommend getting to understand the benchmark studies over the starter kits.


And that concludes the entry - if you have some great Ajax, Microsoft oriented links to share please leave a comment (and you may do so anonymously)..I excluded the regular blogs that are found readily on Asp.Net such as Scott's etc - simply because they are easiest enough to find - not because they are not useful (quite the contrary).   Besides it'd be safe to assume you already have them bookmarked...

 

 

 

 

 

 

 

Posted: Tuesday, November 21, 2006 5:25 PM by Jody

Comments

No Comments

New Comments to this post are disabled