diditho

anything dot net , sql and spatial from diditho
See also: Other Geeks@INDC

HTML Editor (ASP.NET)

freetextbox Pencarian  HTML editor gratis pada ASP.NET akhirnya berakhir setelah saya menemukan komponen  FreeTextBox.

Menurut saya Instalasi ,setting dan penggunaan componen ini paling mudah di bandingkan produk lainnya yang saya tes.

lagipula pada websitenya tertulis : ..FreeTextBox is the most-used HTML editor for ASP.NET.. :-)

Setelah mereferensikan komponen (dll) dan menampilkannya ke ToolBox Visual Studio. Gunakan script berikut (contoh dengan databinding):

<FTB:FreeTextBox ID="FreeTextBox1" runat="server" Text='<%# Bind("myfield") %>'>
</FTB:FreeTextBox>

br,

didit

btw busway..., kok kalo insert code (html,c, dll) ke geeks blog lewat live writter jadi berantakan ya?

Share this post: | | | |
Posted: Jun 13 2008, 05:41 PM by diditho | with 1 comment(s) |
Filed under:

Comments

Wely said:

Try FCKEditor,

In my opinion FCKEditor is better :)

# June 14, 2008 6:36 PM