I don't know, maybe I am choking on gnats here but what is the difference between a Content Placeholder and a form element on a web page? Are they pretty much the same thing or not? I don't know why but this really confuses me and I seem to get hung up about this issue. I can't wrap my head around the difference between the two. What is the difference from this:
Code:
<form action="" method="post" enctype="multipart/form-data" name="Contact" id="Contact">
and this:
<asp:ContentPlaceHolder id="ContentPlaceholder1" runat="server">
</asp:ContentPlaceHolder> ?????
Does not the server treat them and display them same when you see the HTML?
Can Content Placeholders be manipulated and defined through CSS just like any other HTML element?
Thanks once again!