Tim Laughlin's Everything VB.NET Blog


Browse by Tags

All Tags » ASP.NET (RSS)
Consuming web services from AJAX, be careful.
As you are probably aware AJAX has made it very easy to consume web services asynchronously from the browser. If you are not aware of how to do this here some great resources, on how to do it Understanding ASP.NET AJAX Web Service Proxies - Dan Wahlin...
Posted: Dec 05 2007, 09:47 AM by tlaughlin | with no comments
Filed under: ,
Modal View Controller (MVC) Framework - This looks Great!
ScottGu has been blogging about the MVC . This the first really cool thing that I have seen come out of VS 2008. Don't get my wrong I am looking forward the VS 2008, but nothing huge until now. Finally, a production quality URL writing system for...
Posted: Nov 13 2007, 01:42 PM by tlaughlin | with no comments
Filed under:
ASP.NET Listbox missing selecteditems property
I found an announce today while creating a VB.NET, ASP.net application. I needed a to determine the items selected in a ListBox control which has it's SelectionMode="Multiple" property set. However, ListBox doesn't have a selecteditems...
Web.config and customErrors Element
I have been noticing on Community Server forums people are stumped on where to turn when they get the error.htm page with looks like this: Oops something went wrong! Either the site is offline or an unhandled error occurred. We apologize and have logged...
ASP.NET UserControl nested inside a Repeater
Okay so this is my first post of what I am going to call the Did You Know? series. Did know if you have a UserControl inside a Repeater the userControls buttons ComandArgument are bubbled up to the Repeater controls ItemCommand event? I have a repeater...