Click here to Skip to main content
15,904,156 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When I change the Id for the Textboxes, It displays the directory is invalid. What is the Problem. Why I can't change the Id?. Anybody known please help me.

Thank you
Posted
Comments
V. 19-Mar-12 6:28am    
Please also post how you attempt to do it now and where the exact problem is.

1 solution

There is perhaps a textbox with same name already. If you are using web form then just do it from the code view and it will work. The error is not while changing the ID the error comes when the VS tries to find all references to update the name.
 
Share this answer
 
v2
Comments
devausha 19-Mar-12 6:31am    
Thank you. I can changed the Id from Source

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900