Tim Laughlin's Everything VB.NET Blog


Browse by Tags

All Tags » ASP.NET » Did You Know? (RSS)
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...