Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
when i used datepickercontrol .
i got this type of error.
solve it.
Posted
Comments
Thomas Nielsen - getCore 1-Oct-14 8:48am    
add your aspx code if you want a more descriptive explenation than the one ChintanShukla just provided :)

1 solution

since you did not posted your code,We cannot exactly say what to do , but generally for such error You need to use <# instead of <= or <%# instead of <%= in your page

Check this
http://stackoverflow.com/questions/778952/the-controls-collection-cannot-be-modified-because-the-control-contains-code-bl[^]

http://stackoverflow.com/questions/18097931/the-controls-collection-cannot-be-modified-because-the-control-contains-code-blo[^]
 
Share this answer
 

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