Search

You searched for the word(s): microsoft
Showing page 10 of 109 (1,088 total posts) < 1 second(s)
  • Re: What is ADO.NET?

    ADO.NET is a set of computer software components that can be used by programmers to access data and data services. It is a part of the base class library that is included with the Microsoft .NET Framework. It is commonly used by programmers to access and modify data stored in relational database systems, though it can also be used to access data ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on March 21, 2007
  • Re: DataGrid paging not working on the DataBase-Example

    Milton,   Here is the modified version of DataGrid example. This example allows paging. Please copy/paste to the existing file and test it first. Then compare with your modified version and find out the problems.   <%@ Page Language=''vb''%><%@ Import Namespace=''System.Data'' %><%@ Import ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 13, 2006
  • Re: Out of Memory Exception

    kara,   Please check the following article:   http://support.microsoft.com/kb/823547   This article is about SharePoint Portal Server.  But it will help your debugging.   Cause:   This problem may occur in situations where the server is under a heavy load. For example, this problem may occur if the ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 25, 2006
  • Re: alignment and font style issue

    kas,   >>As in Microsoft word we want the text editor to show the selected alignment options and font choice prior to typing text in.   Please test the following link:   http://cutesoft.net/example/general.aspx   CuteEditor will show ''Justify none'' if there is no alignment attribute of the current content. ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 12, 2006
  • Re: How can i add CuteEditor to a DataGrid BoundColumn. Not to the editItemTemplateColumn

    It should not have any problems with a regular BoundColumn.   Please change the source code of this example (http://cutesoft.net/example/datagrid-example.aspx)   to:   <%@ Page Language=''C#''%><%@ Import Namespace=''System.Data'' %><%@ Import Namespace=''System.Data.OleDb'' %><%@ Register ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 23, 2006
  • Re: Having <a> links use target="_new"

    Dabbi,   The Target Attribute only support the following values:   _blank Load the linked document into a new blank window. This window is not named.  _media Load the linked document into the HTML content area of the Media Bar. Available in Microsoft Internet Explorer 6 or later. _parent Load the linked document into the ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 28, 2006
  • Re: syntax highlighting for cuteEditor

    Jen0s,   Thanks for the suggestion. We will investigate this product. If possible, we will include the feature into the Cute Editor.   >>user should be able to move the toolbars freely?   Yes.  Please check the following article:How to change the layout of the ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 25, 2006
  • You looked at it really closely

    I check the spelling and tool tips. You're right. We do have same tool tips for 2 different buttons and Microsoft Word, we do have it in lower case ''word''. We'll adjust them accordingly. Thanks for the reminder.   If you can't wait for the update, modify the language file yourself for those typos.   v5 has many new features. ...
    Posted to Cute Editor for ASP (Forum) by Karen on January 20, 2006
  • Re: Problem with Minimal Configuration.asp file

    zain,   Which version of CuteEditor are you using?   If you are using the version 4.0, please check the following reference: Menu/Button Function Description Template Item Save saves the active content in the editor's content area Save  Print prints the current page. Print  Find and ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 4, 2006
  • Re: displaying content from database

    It's out of the editor scope.   But this is the example code, you can modify it to meet your own requirements.   <html> <head> <title></title> </head> <body> <% dim conn dim connstr Set conn = ...
    Posted to Cute Editor for ASP (Forum) by Adam on November 8, 2005
« First ... < Previous 8 9 10 11 12 Next > ... Last »