This documentation is archived and is not being maintained.
TemplateControl.CreateResourceBasedLiteralControl Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected Function CreateResourceBasedLiteralControl( _ ByVal offset As Integer, _ ByVal size As Integer, _ ByVal fAsciiOnly As Boolean _ ) As LiteralControl [C#] protected LiteralControl CreateResourceBasedLiteralControl( int offset, int size, bool fAsciiOnly ); [C++] protected: LiteralControl* CreateResourceBasedLiteralControl( int offset, int size, bool fAsciiOnly ); [JScript] protected function CreateResourceBasedLiteralControl( offset : int, size : int, fAsciiOnly : Boolean ) : LiteralControl;
See Also
TemplateControl Class | TemplateControl Members | System.Web.UI Namespace
Show: