Search

You searched for the word(s): table
Showing page 49 of 142 (1,420 total posts) < 1 second(s)
  • DataGrid paging not working on the DataBase-Example

    I have not been able to impliment paging on the Datagrid in the Database-Example which comes with CuteEditor.  The page numbers show and there are about 20 records. when I click on page 2 the screen flashes but the data displayed is still page 1.  Please tell me what I am doing wrong?   I added the following parameters to ...
    Posted to Cute Editor for .NET (Forum) by miltonsnider on November 13, 2006
  • Editor trying to save to a file that's nowhere referenced in the aspx code.

    I am perplexed! I have taken the example editHtml.aspx file and massaged it to my own needs. I've renamed the file to editFile.aspx. This involved changing:   Editor1.LoadHtml(''document.htm'') to Editor1.LoadHtml(Request.Querystring(''page'')).   The page loads fine from what I feed the editor in the path parameter. The problem is ...
    Posted to Cute Editor for .NET (Forum) by pgymjp on October 10, 2006
  • Re: insert template problem

    This did not resolve the issue. When a template is inserted it replaces the links with the link to the dialog box. This happens with document relative links.   <div><table cellSpacing=0 cellPadding=0 border=0>    <tbody>        ...
    Posted to Cute Editor for .NET (Forum) by darling1906 on September 20, 2006
  • Fit to Window bug

    Try the code below and then click the ''Fit to Window'' icon. Because the Editor sits inside of a div tag, it gets cut off by the Div  the full window. Is there a fix for this? I'm using version 5.0. Thanks, Kris.   <%@ Page Language=''VB'' AutoEventWireup=''false''%> <%@ Register Assembly=''CuteEditor'' ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on August 8, 2006
  • disable some portions of template

    when we are opening templates we are getting the table structure (i mean the border) i just don't want to show that, i just only want to edit some portion of template and all the other should not be edited (i know we can use unselectable=''ON'' and contenteditable=''false'') we can use those properties for <div> <span> i want to use ...
    Posted to Cute Editor for .NET (Forum) by toocrazy007 on July 24, 2006
  • how to Remove some items from menu ???? urgent

    Hello All   i want to remove some item from the menu bar e.g i dont want to have  new ,save,print ,zoom  like that option i just want to have only table menu item all other should be visible false   how i  can achieve this   that there should be only one row in the menu bar instead of 4 as it is now amd this ...
    Posted to Cute Editor for .NET (Forum) by masood on May 26, 2006
  • Re: SQLDataSource?

    Thanks to the guys over at 4guysfromrolla.com, I finally found some help with this question.  In case other's are wondering how to do this in ASP.NET 2.0 as well... here's a possible solution. Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load     If Not Page.IsPostBack Then ...
    Posted to Cute Editor for .NET (Forum) by mark@markscott.net on April 11, 2006
  • Re: How do I pass variables to and from a custom dialog box?

    Hi,   Where should that code be? I get an object is null or undefined error with the following code:   Calling page   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><%@ Page Language=''vb'' ContentType=''text/html'' ResponseEncoding=''iso-8859-1'' debug=''true''%><script ...
    Posted to Cute Editor for .NET (Forum) by Crayonski on March 29, 2006
  • Still issue with Fire Fox 1.5 or Later with Cute Latest Version of Feb, 7

      I Download New Version of Feb- 7 -2006     But Still issue with Fire Fox 1.5 or Later   One Of The Example Creating a table (using icon) doesn’t work From fire fox And After This  i submit button then   It's Give ME original Content And Remove Table     Plz Can u tell US ...
    Posted to Cute Editor for .NET (Forum) by kalpesh on February 8, 2006
  • Re: Evenhandler not called

    Here's the master page as well: <%@ Page Language=''C#'' MasterPageFile=''~/MasterPages/Newsletter.master'' Trace=''false''   Culture=''en-GB'' UICulture=''en-GB'' %> <%@ Register TagPrefix=''projectControls'' Namespace=''MyProject.Controls'' Assembly=''MyProject.Controls'' %> <%@ Import ...
    Posted to Cute Editor for .NET (Forum) by stephenwm on January 11, 2006
« First ... < Previous 47 48 49 50 51 Next > ... Last »