N
nobody
I've got a solution with two projects. One is my web application, the other
is a Web Control Library. The .aspx page has an instance of my custom web
control on it. When I make a change to the Web control's source and
recompile the solution (both projects), the .aspx page still shows the old
version of the web control on it in the designer.
How can I make the .aspx page designer refresh to show the new control that
was just compiled? As it is now, I'm having the remove the control from the
page, remove the reference from the web application project, remove the
control from the ToolBox, re-add it to the tool-box, and re-add it to the
page before it shows the newly compiled version of the control. This
*obviously* isn't the correct way, as it's causing me to go pre-maturely
gray/bald. What am I doing wrong?
is a Web Control Library. The .aspx page has an instance of my custom web
control on it. When I make a change to the Web control's source and
recompile the solution (both projects), the .aspx page still shows the old
version of the web control on it in the designer.
How can I make the .aspx page designer refresh to show the new control that
was just compiled? As it is now, I'm having the remove the control from the
page, remove the reference from the web application project, remove the
control from the ToolBox, re-add it to the tool-box, and re-add it to the
page before it shows the newly compiled version of the control. This
*obviously* isn't the correct way, as it's causing me to go pre-maturely
gray/bald. What am I doing wrong?