Editor control is an Html Editor in Ajax Control Toolkit control. Html Editors found extensive use in Content Mangament Systems and Blog Engines.
StreamWriter sw;
protected void Button3_Click(object sender, EventArgs e)
{
Response.Write(Editor1.Content);
sw = File.CreateText(Server.MapPath("Shalvin.txt"));
sw.WriteLine(Editor1.Content);
sw.Close();
}
Monday, May 9, 2011
Editor - Ajax Control Toolkit
Labels:
Shalvin Editor
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment