Доступ к текстовой области в c#.net
Im begginer in asp.net. In my previous project I used ckeditor asp.net control in content page: <asp:TextBox ID="CKEditor2" runat="server" TextMode="multiline" name="Content"> It works well. By this way I could used ckeditor control in c# and get set a value to this control: CKEditor2.text=""; But this way doesnt has file browser for uploading images and etc. In my new website. I downloaded a file browser in asp.net: http://www.mikesdotnetting.com/Article/212/A-CKEditor-File-Browser-For-ASP.NET-Web-Pages This website uses a textarea for ckeditor like: <textarea id="CKEditor2" name="Content" ></textarea> My problem is that when I using : <asp:TextBox ID="CKEditor2" runat="server" TextMode="multiline" name="Content"> The file browser doesnt work and when I using: <textarea id="CKEditor2" name="Content" ></textarea> File browser works well but I cant access to CKEditor2 in c#.net .
Что я уже пробовал:
My problem is that when I using : <asp:TextBox ID="CKEditor2" runat="server" TextMode="multiline" name="Content"> The file browser doesnt work and when I using: <textarea id="CKEditor2" name="Content" ></textarea> File browser works well but I cant access to CKEditor2 in c#.net . Help me, please
[no name]
И ваш вопрос/проблема...?
Mehdi.ahm
Привет
Я не могу получить доступ к textarea в c#
1. Есть ли какое-либо решение для доступа
Или
2 Как я могу изменить textarea на asp. textbox в проекте, который представлен в моем вопросе
[no name]
Ну, почему ты не можешь? Вы получаете доступ к текстовой области точно так же, как и к любому другому элементу управления.
Mehdi.ahm
textarea представляет собой элемент управления HTML и я не могу получить к нему доступ в c#.net
Afzaal Ahmad Zeeshan
Вы задавали вопрос под постом Майка? Он действительно отвечает на вопросы.