Re: Problem with the insert Image Button and Data Grid

  •  08-03-2004, 2:26 AM

    Re: Problem with the insert Image Button and Data Grid

     
    Which version of CuteEditor are you using?
     
    Please check the Thublist.ascx line 20, make sure it is as followings:
     
     

    <ItemTemplate>

        <img border="0"

            src="<%# ThumbUrl((String)(DataBinder.Eval(Container.DataItem,"Name"))) %>"

            alt="<%# String_Name%>: <%# DataBinder.Eval(Container.DataItem, "Name")%>&#10;&#13;

            <%# String_Size%>: <%# (((System.IO.FileInfo)Container.DataItem).Length/1024).ToString("n0")%> KB&#10;&#13;

            <%# String_Createddate%>: <%# DataBinder.Eval(Container.DataItem, "CreationTime") %>&#10;&#13;

            <%# String_Modifieddate%>: <%# DataBinder.Eval(Container.DataItem, "LastWriteTime")%>"

            onmouseover="Check(this,1)"

            onmouseout="Check(this,0)"

            onclick="insert('<%# ImageUrl((String)(DataBinder.Eval(Container.DataItem,"Name"))) %>')"

            style="BORDER: white 1px solid" align="center">

    </ItemTemplate>

     

     

    Keep me posted.

     


    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