0

I have an ascx that when I drag/drop any control, nothing is created in the designer and I don't have any intellisense in code behind. Are there steps for manually creating the designer and initialization code? Or some other approach?

4thSpace
  • 43,672
  • 97
  • 296
  • 475

2 Answers2

1

Right click your ascx or aspx file in solution explorer and click Covert to Web Application.

Khan
  • 17,904
  • 5
  • 47
  • 59
0

Try deleting the designer file, close the ascx and re-open it. VS should recreate the designer.

Jason
  • 86,222
  • 15
  • 131
  • 146