Contact
 

 Tuesday, May 04, 2004
Interesting article about the future of Microsoft from a business perspective

BusinessWeek has a very interesting yet critical article about the future of Microsoft called "Microsoft's Midlife Crisis". Interesting to see the company more from a business analyst and less technical point of view.

Technology
5/4/2004 6:12:17 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Monday, May 03, 2004
Advanced HierarGrid demo application

Nigel Parham was kind enough to create and let me publish a simplified version of his business application that uses the HierarGrid. Included in the app are samples for:

- sorting, filtering
- paging with variable page size and customized style
- row highlighting
- export to Excel
- keyboard support

Please note that due to simplifying the original application, data access code was moved into the code-behind files thus resulting in methods that exceed a screen page. Of course, that should not be considered a best practice :)
Furthermore, as any code on my site it is provided as-is with no warranties, and confers no rights - please consider this as a quick tutorial or proof-of-concept.

The sample app can be downloaded here ("How to get started") and there is also a separate word document that describes installing it.
Thanks Nigel!

HierarGrid
5/3/2004 3:44:26 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Thursday, April 29, 2004
Interesting Forbes article about the commercialization of linux

This article talks about the trend of linux distributors to commercialize the OS and cites Rick Carey, a former proponent of OSS who was Chief Technology Architect at Merril Lynch and now Bank One: "The companies that are trying to treat Linux like it's regular software and have a business model based on per-CPU or per-desktop licensing worry the heck out of me. For us, that makes Linux prohibitively expensive. And it makes a stronger case for us to go Windows".

Technology
4/29/2004 1:38:33 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Tuesday, March 30, 2004
Article on ASPAlliance about LoadControl vs LoadTemplate

While developing the HierarGrid I noticed that there are some subtle differences between loading UserControls with Page.LoadControl and Page.LoadTemplate. Without digging deeper into that I decided to add a property “TemplateControlMode” to the HierarGrid so that the developer can choose which way to load the template.

After some users asked what the "right" setting for the property is or reported exceptions that were related to choosing the "wrong" setting, I decided to take a look at the two implementations to find the differences. My new article on ASPAlliance explains what I've found.

ASP.NET | HierarGrid
3/30/2004 2:55:27 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Friday, February 20, 2004
News about the HierarGrid

I've found an interesting page on CodeProject that references the HierarGrid: Tony Truong wrote an article about the ExDataGrid, which has the ability to expand and contract datagrid columns rather than datagrid rows as the HierarGrid does. Unfortunately, he decided not to build his own custom control instead of extending the HierarGrid to support both requirements. But it looks like he did a good job anyway.

Furthermore, I got an email from Ariel Dolan who pointed me to his homepage which integrates the HierarGrid with filtering, sorting and paging. Enter "555" into the textbox and hit search. Then click on the "Filter Sort/Hit table" and see the hierarchical grid in action.

Didier Depretz sent me a snapshot of his application which also shows the possibilites of the HierarGrid.

HierarGrid
2/20/2004 6:22:48 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Monday, February 02, 2004
Xen, formerly X#, in the news

"Xen, a new programming language coming out of Microsoft Research and developed in conjunction with the University of Cambridge, promises to bring together three disparate but integral components of programming, wrapping them together in .Net."

http://www.extremetech.com/article2/0,3973,1441099,00.asp

.NET Framework
2/2/2004 12:51:00 AM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


"Behind the scenes of ASPX files"

A nice article called Behind the scenes of ASPX files by Natty Gur describes how dynamic compilation in ASP.NET works and extends the last paragraph of Dino's article The ASP.NET HTTP Runtime I wrote about a couple of months ago.

Still, I am missing an article that explains how dynamic code generation in ASP.NET works from an ASPX page with a couple of markup tags through the PageParser into a .cs file that is then compiled into a .NET assembly.

ASP.NET
2/2/2004 12:42:20 AM (W. Europe Standard Time, UTC+01:00)  #  Comments [1] 


 Tuesday, January 06, 2004
Watch MediaCenter Recorded TV on Other Microsoft Windows XP-Based PCs

The following document explains how to watch dvr-ms files on a standard Windows XP machine:

http://www.microsoft.com/windowsxp/mediacenter/using/tips/recordedTV.asp

MCE
1/6/2004 4:20:29 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Saturday, January 03, 2004
Using the Hauppauge remote control with MCE

Another MCE related post:

On a thread on TheGreenButton.com I found a nice enhancement to the Irremote.ini file that makes the Hauppauge remote control work with MCE. I do have some problems with the shortcuts that include special keys like Ctrl, Alt etc. (I have to press several times until it recognizes it) but it works.

Link is here and search for "IR.exe". One additional comment: delete the remarks like "; Up arrow" from Kenzos listing.

Update: updated the link

MCE
1/3/2004 12:11:26 AM (W. Europe Standard Time, UTC+01:00)  #  Comments [18] 


 Wednesday, December 31, 2003
IT-Outsourcing on Red Herring

Interesting take on IT outsourcing in Red Herring.

Bottom line:
"How much does outsourcing really save companies? According to a November 2003 report by People 3, only 21.1 percent of companies surveyed reported a cost savings of greater than 20 percent due to IT outsourcing, while 18.4 percent did not achieve any cost reductions, and 9.2 percent actually had an increase in costs from outsourcing contracts."

“Many companies often neglect to factor in all costs associated with managing outsourcing engagements, which average 4.5 percent of the total contract value and can be as high as 15 percent,...”

Technology
12/31/2003 11:12:40 AM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Tuesday, December 30, 2003
Media Center 2004 Community Sites

Now, that I've set up Windows XP Media Center Edition 2004 on my brand new Dell Dimension 8300 with ATI Radeon 9800XT and Hauppauge WinTV PVR350, I wanted to know how to burn the recorded dvr-ms files to a DVD so that my standard DVD player is capable of displaying them.

During my Google search I came across these three cool MCE community sites:

  • TheGreenButton.com: informative forum, good FAQ and download section
  • xpMCE:good forum and FAQ as well
  • shspvr.com: which is mostly related to the Hauppauge WinTV card

The answer to my question is:

The dvr-ms format is a MPEG-2 stream extended by some metadata. For further reference see this MSDN article. Sonic MyDVD and Nero's newest version 6.3 are able to import these files and burn them onto DVD.

However, when I try to import a recorded TV show using either program, it suddenly locks up with a Watson screen. Anyone aware of what's wrong?

MCE
12/30/2003 11:30:23 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Monday, December 29, 2003
Cultural differences between Unix and Windows developers

Joel Spolsky has a very nice article on his homepage that talks about the cultural clash between Unix and Windows developers. Absolutely worth a reading.

Guten Rutsch ("have a good slide" as we say in German) into a happy new year!

Technology
12/29/2003 3:52:57 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Monday, December 08, 2003
Tracing HTTP requests with ieHttpHeaders

Jon points to this nice tool called ieHttpHeaders which I haven't heard of previously.

ASP.NET
12/8/2003 4:06:35 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Friday, December 05, 2003
How to convert your Windows Server 2003... to a Workstation!

In case you are using WS2003 as your primary, every day OS the following site may be helpful. It consolidates many of the tips to deactivate features directed to a "real" server (like shutdown tracker etc.) and reactivate features for a consumer OS (like theming, DirectX, etc.)

How to convert your Windows Server 2003... to a Workstation!

Windows
12/5/2003 10:36:49 AM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Sunday, November 23, 2003
PDC Sessions Available Online

I've just read that the session videos from the PDC are all available online at http://microsoft.sitestream.com/PDC2003/Default.htm

PDC 2003 | Longhorn
11/23/2003 11:42:38 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [1] 


 Wednesday, November 19, 2003
Talking about codenames...

... I may not forget a link to this cool page: Microsoft Codename compilation

Software | Windows
11/19/2003 2:21:46 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [1] 


 Monday, November 17, 2003
Codenames, Technologies and Waves: Which technology ships when?

I've heard a couple of times that people - especially who have not been to the PDC - are a bit confused about all the new codenames and the technologies behind them. While it seems easy to google for more information about each it is also important to know which technology wave they belong to.

The first upcoming technology wave is made up of Yukon, the next version of SQL Server and Whidbey, the 2.0 version of the .NET Framework and Visual Studio (currently the version number is still 1.2 which is expected to be changed prior to the release). They are supposed to ship simultaneously in late 2004 (I think that's what I've heard at PDC - correct me if I'm wrong).

The second one is the "Longhorn wave", where Longhorn is the codename for the next version of the Windows operating system. The .NET FX is then included in the OS and the whole set of APIs is called WinFX. According to the Microsoft Developer Roadmap a new version of Visual Studio, code-named Orcas will be released at the same time (Currently, you can use the Whidbey version to develop Longhorn applications). A server version of Windows called "Longhorn Server" is expected to be shipped shortly after the client.

Yukon/Whidbey wave:

  • ClickOnce (no-touch deployment)
  • MSBuild (new build system)
  • ObjectSpaces (O/R mapper)
  • Whitehorse
  • parts of System.Transactions (according to Don Box's session at the PDC)

Longhorn/WinFX/Orcas wave:

  • Avalon (new graphic subsystem)
  • WinFS (new storage system)
  • Indigo (communication, good FAQ here, perhaps separately before Longhorn for WS2003 and WINXP)
  • Monad (command shell)
  • SuperFetch
  • NGSCB

PDC 2003 | Software | .NET Framework | Longhorn | Windows
11/17/2003 5:04:34 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [2] 


 Wednesday, November 05, 2003
Mono roadmap covering Whidbey and WinFX

Miguel announces the Mono roadmap and the Hacking roadmap that contains plans about the upcoming Whidbey features and even about implementing Indigo and Avalon.

Technology
11/5/2003 1:14:12 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Tuesday, November 04, 2003
Unofficial Tweak guide for Longhorn 4051

Just noticed the nice tweak guide for the PDC build of Longhorn:
http://69.50.228.116/Chris123NT/PDC_4051/LHGuide.html

Thanks to Bill Evjen.

PDC | Longhorn
11/4/2003 4:44:31 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


Yet another real-life sample of the HierarGrid

Nigel Parham sent me a snapshot of his application that uses the HierarGrid to display nested tables. It looks like he also implemented editing, deleting, filtering, sorting and paging - really amazing!

Thanks Nigel for letting me publish this.

HierarGrid
11/4/2003 3:03:45 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


German .NET Community Conference

For the German .NET Community:
Just noticed the announcement of the .NET Community Conference in Karlsruhe in Alex's blog. It's free and covers an exclusive preview of ASP.NET 2.0. Patrick A. Lorenz, the writer of ASP.NET 2.0 Revealed is speaking.

UPDATE: Unfortunately, the conference is cancelled but a replacement is planned.

Technology
11/4/2003 2:20:38 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


PDC bits supported by ASP.NET Version Switcher

I was asked if the ASP.NET Version Switcher works with the bits from the PDC (Whidbey Alpha and Longhorn).

Actually, I've tested it with

  • IIS 5.0 (Win2k)
  • IIS 5.1 (WinXP)
  • IIS 6.0 (WS2003)
  • IIS 7.0 (Longhorn)

and Framework 1.0, 1.1 and 1.2.30703.*. It should all work. If you notice any problems please let me know.

Download

PDC | Version Switcher
11/4/2003 12:05:08 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Monday, November 03, 2003
Content from the PDC

There are numerous sites with content of the PDC:

Videos:

Session Slides:

And of course:

PDC
11/3/2003 6:17:36 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


Updated: Microsoft Developer Tools Roadmap 2004-2005

An updated version of the Developer Tools Roadmap can be found here:
http://msdn.microsoft.com/vstudio/productinfo/roadmap.aspx

Technology
11/3/2003 6:02:27 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Wednesday, October 29, 2003
INFO: WinInet Limits Connections Per Server

Always searching for this, each time I setup a new machine:
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B183110

Windows
10/29/2003 2:46:03 AM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Tuesday, October 21, 2003
New ASP.NET Version Switcher 1.1

I've released a new version of the ASP.NET Version Switcher which contains the following minor changes:

V1.1.0.0 (published 2003-10-17)

  • Bugfix: initial display of Framework version was wrong
  • Bugfix: VRoots with space in the name caused an exception (thanks to David Hartman)
  • Bugfix: if only one scriptmap existed on any VRoot an exception occurred (Tom Connors)

You can download it here.

Version Switcher
10/21/2003 9:55:00 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Friday, October 17, 2003
New HierarGrid version 1.5

The new HierarGrid version 1.5 contains the following features and bugfixes:

  • Feature: nested HierarGrids now possibly with more than 3 levels (thanks to Matt Petteys)
  • Bugfix: RowExpanded[x] = false was ignored
  • Bugfix: excluded RowExpanded property from Designer's Property view
  • Bugfix: changed Namespace for internal DynamicControlsPlaceholder to avoid conflicts when using both HierarGrid and DCP in one solution (thanks to Matt Bornstein)

Download here.

HierarGrid
10/17/2003 2:39:39 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Tuesday, October 14, 2003
Visual Studio .NET Framework Bootstrapper Plug-in

Setup projects in Visual Studio .NET 2003 can be used to install the .NET Framework with your application, but only if you have installed the optional Visual Studio .NET Framework Bootstrapper Plug-in on your development computer. The Visual Studio .NET Framework Bootstrapper Plug-in modifies the behavior of the Setup project's Bootstrapper property to include the .NET Framework bootstrapper as well as the Windows Installer bootstrapper. The .NET Framework redistributable is then packaged with your application; when the user runs the bootstrapper setup.exe, it checks for the correct version of the .NET Framework at install time and if necessary, installs it before installing your application.

Thanks to Duncan Mackenzie for the link.

.NET Framework
10/14/2003 3:43:04 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Thursday, October 09, 2003
Make Adobe Acrobat 6 Load Faster

Here's how to do it:

  1. Go to C:\Program Files\Adobe\Acrobat 6.0\Reader (replace the C if you installed on another drive, like I did).
  2. Create a new folder called plug_ins_disabled.
  3. Move all files from the plug_ins folder to the plug_ins_disabled folder except EWH32.api, printme.api, and search.api. There should only be these 3 files in the plug_ins folder.
  4. You're done.
- Darrell Norton [via Vasanth Dharmaraj]

Found here. Thanks Robert!

Software
10/9/2003 11:55:24 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Saturday, September 27, 2003
Out for vacation

I am out on vacation for the next 10 days. We'll be travelling to Tenerife South and I am leaving me notebook at home. But if you notice a geek lying at the beach reading some 100 pages about a new operating system code-named "Longhorn", that's me! ;)

86° F/30° C, we are coming...

Private
9/27/2003 7:48:15 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


nGallery v1.0 Released!

That sounds pretty cool though I haven't tried it out (from Jason Alexander):

nGallery v1.0 Released!

Visit the nGallery site at http://www.ngallery.org to download!

nGallery is a FREEWARE, OPEN SOURCE implementation of a image gallery written purely in managed .NET and C#.

nGallery provides a solution to store and display your image galleries on your own Web site, as well as providing means for customizing and extending nGallery to your own personal likings.

ASP.NET
9/27/2003 3:03:07 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Wednesday, September 24, 2003
New DynamicControlsPlaceholder version 1.1 and a VB.NET sample application

Due to the "issue" Ben and I have found with the CheckBoxList I've created a new version of the DynamicControlPlaceholder that excludes the CheckBoxList's child controls from being persisted.

Furthermore I've translated the simple DynamicControlPlaceholder demo application to VB.NET.

You can find all the files here.

P.S.: In case you don't know about the DCP: It is a placeholder control which you can add controls to using Placeholder.Controls.Add(myControl) and they are automatically recreated after a postback.

DynamicCtrlPlh
9/24/2003 6:17:05 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [1] 


Why the CheckBoxList always has one child control

Today Ben Feist emailed me pointing out a problem with the DynamicControlsPlaceholder (DCP) and the CheckBoxList (CBL). He always receives a "Multiple controls with the same ID" exception when putting a CBL onto the placeholder.

So I took a look at the implementation of the CheckBoxList and noticed that like the DropDownList and the RadioButtonList (RBL) it is derived from ListControl which contains a ListItemCollection. This collection implements IStateManager and is saved in ViewState. So no need for the DCP to save the single ListItems. Why does it work with the RBL but not with the CBL?

Examining the RBL I noticed that when it comes to the render phase for each ListItem a RadioButton instance is created and written to the output TextWriter directly (see RBL.RenderItem for reference). So the ListItems/RadioButtons are never contained in the Controls collection which is used by the DCP. No problem for the DCP!

However the CBL works a bit differently: In the constructor a CheckBox control is created, added to the child collection (!) and stored in the internal member controlToRepeat. In the render phase for each ListItem the controlToRepeat is modified to reflect the text and checked state and then written to the output stream.

That's the problem for the DCP. At the end of the first request, it loops over the Controls collection noticing the CheckBox and persisting it. After the postback, the CBL constructor creates a new CheckBox again and then the DCP recreation algorithm restores the "same" CheckBox (ID="0" is hardcoded). This causes the duplicate control ID exception.

I wondered why the CBL constructor creates this special CheckBox and to find out I created a MyCheckBoxList with a "this.Controls.Clear()" constructor ;) That solved the duplicate ID problem. 

However, Ben pointed out that the MyCheckBoxList does not pick up the SelectedIndex and a quick look at LoadPostData and the HTML source revealed that the NamingContainer was incorrect.

To make a long story short, the CheckBox is added to the child collection so that the NamingContainer of the parent CBL is automatically prefixed to the ListItem index ("[CBLID]_0"). The RBL achieves the same thing manually in the RenderItem method (button1.ID = string.Concat(this.ClientID, "_", repeatIndex.ToString());)

Elegant but not very intuitive - I would expect to find either all ListItems in the control collection or none at all. So, if you ever wondered why the CBL always has exactly one child control no matter how many ListItems there are in your Items collection, you know now.

ASP.NET
9/24/2003 6:07:43 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Tuesday, September 23, 2003
Another real life sample of the HierarGrid

I've received a snapshot that shows the HierarGrid in action integrated into a Support request application. Looks pretty cool and complex ;)

Thanks to Daniel Rush for sending me this.

HierarGrid
9/23/2003 7:36:23 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


Microsoft's web strategy and Sun's take on Linux

I stumbled over two interesting articles about Microsoft's web strategy. The first one on linux universe headlined "How Netscape beat Microsoft". The bottom line (of the first half) is that while MS defeated Netscape in the browser war it couldn't stop webapps taking over classical Windows client apps.
The second article "Why Microsoft's All About the Web" considers Microsoft's position slightly different but also points out: "Even so, the Internet remains a great threat to Microsoft [...]. Most of what I do could be done on a much simpler computer; no Windows required."

I'm pretty much looking forward to the PDC to learn how MS is going to regain momentum for windows apps with technologies like "ClickOnce" (no-touch deployment) and "Avalon". Thanks to Scoble for the links.

Another interesting competitive article containing an interview with Jonathan Schwartz, Sun's executive vice president for software can be found here. Thanks to Don.

Technology
9/23/2003 2:21:56 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Monday, September 22, 2003
Article: Creating Custom Columns for the ASP.NET Datagrid

In case you haven't already noticed Marcie's article on custom DataGridColumns. It's worth taking a look at not only if you want to understand how the HierarGrid works. There, I created the so-called HierarColumn that acts as the container for the child templates and is filled during the ItemDataBound event.

Good job, Marcie!

ASP.NET
9/22/2003 3:09:53 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [2] 


HierarGrid: answering some user questions about the hierarchical data grid

Today I have to answer a few user questions regarding the HierarGrid. I decided to share some of the answers in this blog:

  • Steve wants to know how to access controls that are stored in the child template. That's a bit of a hack currently. Maybe I will include a property in a future version of the grid. Until then you can use FindControl to get the reference:
    Control c = HierarGrid1.Items[i].Cells[1].FindControl("DCP").FindControl("Panel").FindControl("Panel_[PanelID]").FindControl("ChildTemplate").FindControl("[InnerControlID]");
    This code can be used inside a loop (where i is the counter).
  • Another Steve asks about cross browser compatibility. I've checked the HierarGrid with Netscape 7.0 and Opera 7.11 and eveything worked except for one problem: the expanded state is not kept between postbacks. Until now I haven't stepped into this problem so I am happy about any hints you have for me.
  • Darin wonders whether he has to put the HierarGrid into the GAC to be able to use it. Definitely not! You can copy the HierarGrid.dll into any directory, start the VS.NET ASP designer, click "Customize Toolbox" and browse for the DLL. VS.NET automatically adds a reference in the current project and copies the DLL into the Bin directory when pressing F5.

That's it for now. Just let me know if you have other questions.

HierarGrid
9/22/2003 1:42:02 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Sunday, September 14, 2003
David Chappell: The Economic Value of Linux

I know I am late but I've just seen the following article announced on Christian Nagels blog:

The Economic Value of Linux by David Chappell

Technology
9/14/2003 8:20:57 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Wednesday, September 10, 2003
Two excellent ASP.NET articles

For the last couple of weeks I had two MSDN article links on my desktop to read as soon as time permits. When I had two office days last week I read both of them and think that they are really excellent.

The first article by Dino Esposito is called The ASP.NET HTTP Runtime and covers the complete flow a request takes:

  1. coming into IIS
  2. handing over to the ASPNET_ISAPI extension
  3. passing it through named pipe to the worker process where managed code processing is taking place
  4. picking up a HttpApplication instance from the HttpApplicationFactory pool
  5. calling into ProcessRequest/ProcessRequestMain

The last chapter covers some basic aspects about dynamic compilation and the file structure in the "Temporary ASP.NET Files" folder.

I used the article as a guided Reflector tour through the down-level classes of the System.Web namespace by reading a bit and then checking what I've read in the source code (and vice versa).

The second article called Use Threads and Build Asynchronous Handlers in Your Server-Side Web Code by Fritz Onion is not directly related with the first one but picks up some learnings from it. Basically, Fritz describes the typical problem that the main executing thread is waiting for an external resource causing it to be blocked thus resulting in bad scalability. He develops an async HttpHandler that starts a separate thread which does not belong to the ASP.NET thread pool. Pretty cool is the base class he provides that can be used as a replacement for System.Web.UI.Page for individual ASPX pages.

Both articles are very much worth reading.

I am still missing one aspect of ASP.NET written down in an article: dynamic code generation from ASPX markup language to C#/VB code (PageParser etc.). Does anyone know a good article covering this topic?

 

ASP.NET
9/10/2003 12:15:23 AM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Monday, September 08, 2003
Nested hierarchical grid demo using the HierarGrid 1.4

Most of the feedback emails I recieved during the last two weeks asked for guidance on using HierarGrid.TemplateDataMode=Table. This flag can be used to nest a DataGrid or another HierarGrid inside the child template.

Therefore, I extended the HierarGridDemo by another page called NestHierarGridDemo.aspx that shows how to build 3 layers of grids. You can view and download the demo here (sourcode available in VB.NET and C#).

HierarGrid
9/8/2003 10:38:10 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


New HierarGrid version 1.4

The new HierarGrid version 1.4 contains the following features and bugfixes:

  • Feature: keeps rowstate (expanded/collapsed) between postbacks
  • Feature: property "RowExpanded" to initially expand rows
  • Bugfix: HierarColumn not added to Columns collection
  • Bugfix: Exception with DataViews as DataSource and TemplateDataMode=Table
  • Bugfix: When TemplateDataMode=Table and DataSet.EnforceContraints=true an exception occured
  • Bugfix: Designer declaration corrected

Download here.

HierarGrid
9/8/2003 10:35:14 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Monday, August 25, 2003
HierarGrid feedback and new version 1.3

I wanted to thank everybody for the nice feedback to my HierarGrid article on ASPAlliance.

I've just published a new version 1.3 that includes two minor fixes:

  • a JavaScript error occurred when the ShowHeader attribute was set to false (thanks to Blaž Vrabec)
  • when the TemplateDataMode attribute was set to Table and the Grid was bound to a DataSet instead of a DataTable a cast error occurred in line 319 (thanks to Johannes Rest)

Download here. If you find any other problems please let me know.

HierarGrid
8/25/2003 1:28:28 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Friday, August 15, 2003
Just published first article on ASPAlliance

I've just published my first article on ASPAlliance that talks about how to use the HierarGrid.

It is a tutorial for VB.NET and C# that explains all the steps necessary to use the grid on a webpage:

  1. adding a DataRelation between two DataTables
  2. binding the DataSet to the HierarGrid
  3. creating the UserControls for the child data
  4. wiring up the TemplateSelection event

Additionally, some advanced topics like caching and showing one template for all child elements (e.g. to nest a DataGrid) are covered quickly.

You can find the article here and the source code for the HierarGrid here. Any feedback is more than welcome.

HierarGrid
8/15/2003 4:07:31 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [1] 


 Sunday, August 10, 2003
I'll be at the PDC 2003

No to forget: I'll be at the PDC! And I am not the only one: 50 of my colleagues from MS Services Germany will attend the show.
I'll arrive in LA on Thursday, 23rd and return to Munich on Friday 31st. Let me know if you are coming earlier, maybe we can take a dring together.

PDC 2003

PDC 2003
8/10/2003 6:14:40 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


I'll be back

I haven't been blogging for a while due to several reasons:

  • Our project is in the final stages of development and piloting has already started which was quite team-consuming in the beginning
  • I've moved from a small village outside of Munich to the city (Schwabing). From the new appartment it is only 10 min. to the "Englischer Garten" park by bike and even shorter to the swimming pool - best you can do at this temperatures.
  • I've been playing around with Whidbey Alpha (especially ASP.NET) and Longhorn a bit - all not public yet => come to the PDC
  • I've prepared my first article on ASPAlliance to be published pretty soon

 

General
8/10/2003 6:08:51 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Wednesday, June 04, 2003
ASP.NET Version Switcher 1.0

The ASP.NET Version Switcher is a little utility that can be used to quickly switch the .NET Framework version that the ASPX pages are compiled against. This is helpful for developers who often have to test their web applications for compatibility with different version of the .NET Framework.

Internally, it uses the command line tool called ASPNET_REGIIS that is included in the Microsoft.NET Framework.

Additional features:
- toggle if only selected vroot should be version switched or child vroots recursively (-s or -sn command line parameter)
- double click on node opens explorer in respective directory
- quick link to IIS Manager


Download (V1.0):
ASPNETVersionSwitcher.exe

If you have any questions or comments please let me know.

Version Switcher
6/4/2003 5:06:34 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Thursday, May 29, 2003
Restaurant recommendation for Lisbon, Portugal

Recently we have been on a short trip to Lisbon, Portugal from which we have taken two really good restaurant recommendations back home.

Lisbon is famous for its excellent sea food but as I don't enjoy fish too much we were looking out for some steaks.

The first evening we found a very nice and stylish restaurant in Bairro Alto called Sul (Rua do Norte 13) which served steaks on the hot stone - very delicious.

The second evening we went to a place called Kais (Rua da Cintura) which is located at the docks in an old factory building. But inside everything was styled very elegantly and the food was excellent as well.

If you go to any of these two, let me know if you liked it as much as we did.

Travel
5/29/2003 8:01:17 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [1] 


Enhacement for DynamicControlsPlaceholder

Chris van de Steeg pointed out that the DynamicControlsPlaceholder currently doesn't restore User Controls that have a "_" in the filename.

He proposed a fix for the RestoreChildStructure method that I have now compiled into the new version 1.0.2.0 which can be downloaded at http://www.denisbauer.com/ASPNETControls/DynamicControlsPlaceholder.aspx  

Thanks Chris!

DynamicCtrlPlh
5/29/2003 7:19:33 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 


 Monday, May 19, 2003
Performance of my Server
Sorry for the poor performance. My web server is moving from the old network center to a new one. Meanwhile I moved my homepage to an old desktop PC under my desk (128 MB RAM). I hope this will be fixed pretty soon.General
5/19/2003 6:27:06 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [1] 


 Monday, April 28, 2003
New HierarGrid version supports Netscape

After I have recieved several request for Netscape support, I sat down and tried to modify the JavaScript code. Et voila, the new Version 1.2 has been tested with Netscape 7.0 but should also work with 6.0.

You can download it here: http://www.DenisBauer.com/ASPNETControls.aspx

HierarGrid
4/28/2003 5:23:34 PM (W. Europe Standard Time, UTC+01:00)  #  Comments [0] 



Categories

Search

Blogroll


<May 2004>
SunMonTueWedThuFriSat
2526272829301
2345678
9101112131415
16171819202122
23242526272829
303112345

RSS 2.0 | Atom 1.0 | CDF


Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2012, Denis Bauer