DataListDesigner::SetTemplateContent Method (ITemplateEditingFrame^, String^, String^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.Design.WebControls
Assembly: System.Design (in System.Design.dll)
Return to top
Sets the content for the specified template and frame.
Assembly: System.Design (in System.Design.dll)
public: [ObsoleteAttribute("Use of this method is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). http://go.microsoft.com/fwlink/?linkid=14202")] virtual void SetTemplateContent( ITemplateEditingFrame^ editingFrame, String^ templateName, String^ templateContent ) override
Parameters
- editingFrame
-
Type:
System.Web.UI.Design::ITemplateEditingFrame^
The ITemplateEditingFrame instance for which to set the content.
- templateName
-
Type:
System::String^
The name of the template.
- templateContent
-
Type:
System::String^
The new content for the template.
Rather than using editing verbs, use template groups and designer editing regions. For more information, see TemplateGroups and DesignerRegion.
.NET Framework
Available since 1.1
Available since 1.1
Show: