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

objective c - Newbie question -multiple parameters -

iphone - Using nested NSDictionary with Picker -

php - accessing mysql using different server to which db connection data is located -