Click here to Skip to main content
16,011,905 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
in my asp.net application using two Eo:editors in same page.but at a time only one editor can see the contents.another editore clear automatically.how to solve this problem.


my code to display data in editor is


StreamReader strScource = new StreamReader(Server.MapPath("~/Admin/Content/" + filename + ".txt"));
Editor1.Html = strScource.ReadToEnd();

strScource.Close();
Posted
Comments
ZurdoDev 9-Apr-12 10:45am    
Your question does not make sense. Please explain more.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900