Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
59
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: Select multiple file don't work !!!
THIS IS THE CODE OF multiple-files-upload.aspx:
<%@ Page Language=''C#'' MasterPageFile=''~/Demo.master'' Title=''Uploading multiple files like GMail'' %> <script runat=''server''>
void InsertMsg(string msg)
...
Posted to
Ajax Uploader
(Forum)
by
bruognololuca
on
June 30, 2009
Re: How to display the title from the category.config file in the album.config file
Hi beth123,
Try this example
<%@
Page
Language=''C#''
%>
<%@
Register
TagPrefix=''DotNetGallery''
Namespace=''DotNetGallery''
Assembly=''DotNetGallery''
%>
<script
runat=''server''> ...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
February 1, 2010
Re: How to add buttons with function of inserting mark/tag ?
Hi sageking2 ,
Try the example below
<%@
Page
Language=''C#''
%>
<%@
Register
TagPrefix=''CE''
Namespace=''CuteEditor''
Assembly=''CuteEditor''
%>
<html>
<head>
</head> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
April 4, 2010
Re: Problems with catching client side OnChange in Event
Hi,
Please try the example ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
November 20, 2013
Re: Javascripts failing in custom control
The dropdown boxes are not positioned properly. Here is the code that causes it.
just past it between the Form tags
<table width=100px height=600px><tr><td>
<div style=''OVERFLOW: auto; ...
Posted to
Cute Editor for .NET
(Forum)
by
SUperDave
on
May 18, 2006
Can't update H1 tags in config files
Hi,
we are trying to remove the padding and margins from the headings produced by the editor.
We would expect that to do this we could modify the common.config file for the editor:
<FormatBlock>
<item text=''[[DIV]]'' ...
Posted to
Cute Editor for .NET
(Forum)
by
StevenLockey
on
August 2, 2010
Re: Corrupted text when pulling from DB
1.
<%
response.write(''NEW YEAR’S EVE FAMILY FUN DAY'')
Dim editor
Set editor = New ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
January 2, 2009
Re: selection to node
Dear Marvin,
I write a demo with mark
if
(info.Arguments[1]
==
"DoMark")
{
var
nodes
=
editor.ExtractRangeNodes(false);
var
pointnode
=
editor.GetPointNode();
if
(nodes.length == ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Jeff
on
January 9, 2014
Re: spell check not working in update panel
Hi,
please try this code:
<%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
March 25, 2009
Re: .resx help please (ASP uploader)
Dear IPixel,
Please refer to the following highlighted code, it will save uploaded files as your original file name.
Solution 1:
<% @ Language=''VBScript'' %>
<!-- #include file=''aspuploader/include_aspuploader.asp'' -->
<html>
...
Posted to
ASP Uploader
(Forum)
by
Eric
on
January 28, 2011
More Search Options
« First
...
< Previous
57
58
59
60
61
Next >
...
Last »