I am trying to use existing functionality which is embedded in a asp.net aspx page. So I have controls on this page and code behind for it. What is the best way to reuse this functionality in a new ascx control? Or do I just have to copy everyting into the control?
Share
Can you not just take the controls you want to use from the aspx page and turn those into a control? Then you can use that control wherever you like.