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();
}
Showing posts with label Shalvin Editor. Show all posts
Showing posts with label Shalvin Editor. Show all posts
Monday, May 9, 2011
Editor - Ajax Control Toolkit
Labels:
Shalvin Editor
Subscribe to:
Posts (Atom)