我正在使用 asp.net,我是新开发人员。我想避免viewstate
在我的页面中使用。我有两个这样的内容占位符:
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content >
<asp:Content ID="Content1" ContentPlaceHolderID="BodyContent" runat="server">
</asp:Content >
我可以用Contentplaceholder
OR 做点什么吗?我该怎么做?