3

I'm trying to learn ASP.NET/C# by following a few simple tutorials (that use Web Developer 2005 in the videos) and I'm trying to drag out a label and a button on the designer canvas and align them using the controls on the layout toolbar but they're disabled. I don't know why. I'm using absolute positioning to place them. Am I doing something wrong?

enter image description here

GrowinMan
  • 4,891
  • 12
  • 41
  • 58

1 Answers1

0

Make sure the main window is not selected as well as the 2 controls

JoonasL
  • 524
  • 9
  • 19