Getting user inputs in the design view
I need to get the user inputs in the design view. NOT in the runtime...how to do this?
Say;
I have UserControl with 2 textboxes.
textbox1 for Name and textbox2 for Age.
when i drag this usercontrol to the form(in form design view) i need to get the 2 inputs(Name and Age) and write them to a file...Is this possible