Search code examples
asp.net.netvb.netascx

Debug ASCX control


I am using a ascx control in my page and I am having a drop down in it which I am not able to load any values in it. Now I want to debug the control. Can some one suggest a way to debug the ascx control?

Thanks!


Solution

  • You can debug an ascx file like any other file in visual studio. Add a breakpoint, and start the project in visual studio.