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

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -