Hi, I want to change default name of control when I drag and drop a control. For example when I drag a label control on a form it default name is label1 and when drag another control its name is label2, I want to change that default into lbl1, and lbl2 respectively.
Thanks, Mushq
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Niradhip ChakrabortyPosted May 16, 2008, 1:51 PM
Right click on control(in your case it is label) go to properties and change the ID and text as per your wish.