Browse by Tags
All Tags »
ASP.NET (
RSS)
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...
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...
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...
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...
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...