Posts Tagged ASP.NET

Debugging .NET code within a try/Catch

In .net exceptions bubble up from the lowest source to the highest.

Often times the lower sourced error gets handled by a higher level try/catch, but thats not always what you want when you’re developing – here’s some info on how to deal with that.

http://blogs.msdn.com/kirillosenkov/archive/2008/12/07/how-to-debug-crashes-and-hangs.aspx

Tags: , ,

ASP.NET ajax controls

I personally like and use the obout.com suite of tools – for $200 (with 2 years of updates!) you can’t beat the price and you get a handful of very nice controls.

Another alternative is the Gaiaware.net suite which is $200 for a one time download, or $600 for a years worth of updates.

Tags: , ,

ASP.NET image navigation control

http://www.imagenav.com

A nice looking control, a bit wierd, cause the website is pretty nicely done, yet has no pricing information

Tags: ,

Using JQuery to call ASP.NET page methods

http://www.dexign.net/post/2008/07/16/jQuery-To-Call-ASPNET-Page-Methods-and-Web-Services.aspx

Tags: , , ,