Re: DataBase relation

  •  01-15-2007, 10:41 AM

    Re: DataBase relation

    Are you sure you get the data from your DB and pass it to srcURL?
     
    Let us pass some value to srcURL and test it:
     
    <%
    srcURL = "Hello World"

                                                    Dim editor

                                                    Set editor = New CuteEditor

                                                    editor.ID = "Editor1"

                                                   

                                                   

                                        editor.Text = srcURL

                                        editor.FilesPath = "CuteEditor_Files"

                                                    editor.EditorBodyStyle = "font:normal 12px arial;"

                                                    editor.EditorWysiwygModeCss = "asp.css"

                                                    editor.Draw()

                                                                                                                                                                                                   

                                                    ' Request.Form(ID) access from other page

                                    %>


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread