Is there any way to hide controls on the design view? I am doing a lot of work with asp.net and absolute positioning, and some controls such as the datalist don't show up they way they do when I load the form. Getting tired of moving controls out of the way to add and make changes, I was hoping for a different way. Any suggestions would be greatly appreciated thank you!!
-Glyph
well in the design view set the visible property of that control to false and u wont see it when u load the form.and if u dont like moving things around a lot, i suggest using tables then things will be restricted to the columns. or use div's to place them precisely.
0 comments:
Post a Comment