I have 2 questions:
1. Usualy when I place control on the form, IDE gives default name for this control (for example
label1). I want that VS will give default name like
1Lable, 2Label etc..How can I do this?
2. When I select needed control for field in DataSource window and place field into form, it appears specified cintrol binded to selected field and label control from default control set with name of the appropriate field. Is it possible to chnge behaviour of VS to authomatically cretate inherited label control in this case instead of defaul label control creation.
Thank you in advance