views:

140

answers:

1

Is there something I need to install to get Ajax Toolkit control support in "design" mode in VS2008? Also, I seem to be having a problem when adding controls within Ajax controls. They don't update the designer.cs file.

A: 

Most of the Ajax toolkit controls seem to have very dodgy drag and drop supported in the designer. If you want to drag and drop controls from the toolbox, try dragging them into your source view.

My suggestion would be to just get accustomed to working in the source, and forgo working with the designer - it tends to be slow and a bit unreliable.

Bayard Randel