We have some basic form validation code that utilizes Control.NamingContainer. Is there anyway to create a mock page within a unit test, so the IDs and NamingContainer properties are set?
We have some basic form validation code that utilizes Control.NamingContainer. Is there anyway to create a mock page within a unit test, so the IDs and NamingContainer properties are set?