Hiding RequiredFieldValidators in the design view.
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Is it possible to hide RequiredFieldValidators in the design view, because they screw up my page layout ? TIA
AFAIK, it isnt :( . You might collapse / expand the portion of html though in the source of Design view. But why do you require to see the design view? I always work with the source as design view places lots of unnecessary css which makes the pages unnecessarily heavier. I would recommend you to write your own html, rather than depending on the design view. :rose:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Windows7 API Code Pack
Simplify Code Using NDepend
Basics of Bing Search API using .NET