

| <link rel="stylesheet" href="Skins/Telerik/Dock.Telerik.css" type="text/css" /> |
| <link rel="stylesheet" href="Skins/Telerik/PanelBar.Telerik.css" type="text/css" /> |
| <link rel="stylesheet" href="Skins/Default2006/Editor.Default2006.css" type="text/css" /> |
| <link rel="Stylesheet" type="text/css" href="Skins/Editor.css" /> |
| <link rel="Stylesheet" type="text/css" href="Skins/Dock.css" /> |

Hi,
I'm using the following code to save content from my editor:
string content = passedContent
StreamWriter SW;
SW=File.CreateText("c:\\Test.html");
SW.WriteLine(content);
SW.Close();
/* this is the html that is passed from the editor
<table>
<tbody>
<tr>
<td>test </td>
<td> </td>
</tr>
</tbody>
</table>
*/
this works fine. However when I view the html file I see  appearing within the content (within the empty table cell etc). When I open the page in notepad and re save using Encoding UTF-8 and the  disappear.
So I have tried:
SW.WriteLine(fileText, Encoding.UTF8);
but I'm still getting the  appearing!
Any ideas as to what’s happening?


%@ Register TagPrefix="radc" Namespace="Telerik.WebControls" Assembly="RadChart.Net2" %>
<%@ Register TagPrefix="radc" Namespace="Telerik.Charting" Assembly="RadChart.NET2" %>
Here in my rad chart control i am also didn't get the autowraptext property .
What's the solution for this?
Help me immediately.....
For
Each item As GridDataItem In Grille.Items
If item.Selected Then
If item("Tel.").Text <> " " Then ZTel.Text = item("Tel.").Text Else ZTel.Text = ""
If item("Nom").Text <> " " Then ZNom.Text = item("Nom").Text Else ZNom.Text = ""
If item("Soc").Text <> " " Then ZSoc.Text = item("Soc").Text Else ZSoc.Text = ""
If item("Lieu").Text <> " " Then Zlocal.Text = item("Lieu").Text Else Zlocal.Text = ""
If item("Prenom").Text <> " " Then ZPrenom.Text = item("Prenom").Text Else ZPrenom.Text = ""
If item("Gsm").Text <> " " Then Zgsm.Text = item("Gsm").Text Else Zgsm.Text = ""
If item("Servic").Text <> " " Then Zservice.Text = item("Servic").Text Else Zservice.Text = ""
If item("email").Text <> " " Then Zemail.Text = item("email").Text Else Zemail.Text = ""
If item("titre").Text <> " " Then Ztitre.Text = item("titre").Text Else Ztitre.Text = ""
If item("Sam").Text <> " " Then ZSamSec.Text = item("Sam").Text Else ZSamSec.Text = ""
If item("Sec").Text <> " " Then Zsec.Text = item("Sec").Text Else Zsec.Text = ""
If item("Telsec").Text <> " " Then Zsectel.Text = item("Telsec").Text Else Zsectel.Text = ""
Exit For
End If
Next