You mean Literal and not LiteralControl (they are different)? If you mean
Literal (System.Web.UI.WebControls.Literal), answer is yes. It stores its
Text to ViewState for example, where as LiteralControl
(System.Web.UI.LiteralControl) does not.
--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist http://blogs.aspadvice.com/joteke
I was wondering if a literal store information in the viewstate? Does
anyone know?