Browse by Tags
All Tags »
ASP.NET Code (
RSS)
Original Post @ aspnetpodcast.com: http://aspnetpodcast.com/CS11/blogs/asp.net_podcast/archive/2006/10/25/742.aspx Subscribe Windows Media Player version MP4/IPod version. Download Presentation Files This episode is exclusively about building Applications...
I have found the following items are important accessibility issues/settings from a development standpoint when building an ASP.NET application: Gridview. UseAccessibleHeader property. This property causes the output of the gridview to have a <th>...
Jim Minatel at Wrox is doing a set of webcast videos. A new one has recently been posted. This is one by Scott Hanselman. Scott has several coming out on Developer Productivity tools. The first video is available at http://www.wrox.com/WileyCDA/Section...
http://atlas.asp.net/default.aspx?tabid=47&subtabid=471 The Atlas June CTP is out.
I'm up in DC this week and next. I'll be staying over the weekend. I put in an email to GAD asking if needed a fill-in speaker for the code camp. It looks like I'll be speaking at 5:15 on the subject of Building Section 508 Apps with ASP.NET. Please come...
http://www.manning.com/neimke/ Nice work Darren.
Looks like MS has just opened up a new web site for IIS. The site is www.iis.net . There is even a VS.NET start kit for managed modules on the site. Very cool indeed. Wally
It looks like enumerations have changed in the March CTP of Atlas. To create an enumeration, you now call the Type.createEnum() method like below. In this example, the EnumGBI is created. Type.createEnum("EnumGBI", "Good", 0, "Bad", 1, "Indifferent",...
I was just reading thru Nikhil's posts about the new build of Atlas and I cam across this interesting little nugget of information. You can stop an async operation through the <ProgressTemplate> by creating a special button with the id of "abortButton...
Ok, so Paul has actually gotten busy and managed to do a podcast. The main content on this one is about some good and bad points on the personal web site starter kit that is available for .Net 2.0. Paul has recently used it to create my new site at http...
More Posts
Next page »