asp.net - How can I test a User Control without adding to an ASPX file? -


currently if want test user control, add custom tags existing .aspx page (or create new 1 if have to), , view page in browser.

is there quicker, better way test user controls i'm not aware of?

you cannot run user control page. create simple test form testing it...


Comments

Popular posts from this blog

jQuery Ajax Render Fragments OR Whole Page -

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -