Is it possible to programmatically open a web page in design view (in visual studio), loop through all of the controls and change the properties of every instance of one type of control? For instance, I'd like to change to change to background color of every textbox on a page. If I have a large number of textboxes on many webpages a programmatic approach to this is a real time saver. An example of the general approach would be most helpful.
Thanks,
Thanks,