Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): form
More Search Options
Showing page
48
of
300
(
2,996
total posts)
< 1
second(s)
Re: Subdirectories within an album
OK, to accomplish this I replaced show.aspx with this. Don't forget to change actualdirectoryString to the correct directory. <%@ Page Language=''VB''%> <%@ Import Namespace=''System'' %> <%@ Import Namespace=''System.IO'' %> <%@ Register TagPrefix=''CE'' Namespace=''DotNetGallery'' ...
Posted to
ASP.Net Image Gallery
(Forum)
by
bendo
on
November 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: Save button in the cuteeditor toolbar, and page validation.
Mike, Try the following example: <%@ Page Language=''C#''%><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><html> <body> <
form
runat=''server'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 26, 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: EditorWysiwygModeCss
Jan, With the above style sheet, you should get the ''verdana'' when your mouse cursor is in the editor area. I am use the following code to test. If you still have problems, please try it: <%@ Page Language=''C#'' %><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 9, 2006
Re: A few issues with editor - submitting large amounts of html, incompatibilities with IE and firefox...
ok this is weird, the machine running the admin pages with the cute editor on them is my local machine running XP with IIS on the network. I had some other applications running this morning when the error with submission of large fields was happening (other users reported this and then i encountered the same error) I have just recently restarted ...
Posted to
Cute Editor for ASP
(Forum)
by
papachumba
on
September 30, 2005
Re: Using my own Submit button with Cute Editor and ASP.NET
gilliganjoy, There is no default submit button that comes with the CuteEditor. You add your own submit button as you want. This is an demo: http://cutesoft.net/example/general.aspx The source code of the demo is here: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 15, 2005
Re: Using my own Submit button with Cute Editor and ASP.NET
gilliganjoy, There is no default submit button that comes with the CuteEditor. You add your own submit button as you want. This is an demo: http://cutesoft.net/example/general.aspx The source code of the demo is here: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 15, 2005
Re: Howto send e-mails in ASP.net
From: Er. Arshvinder Singh Sehmi You can use the System.Web.Mail.MailMessage and the System.Web.Mail.SmtpMail class to send e-mail in your ASPX pages. Below is a simple example of using this class to send mail <%@ Import Namespace=''System'' %> <%@ Import Namespace=''System.Web'' %> <%@ Import ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Arsh
on
March 13, 2005
Re: I got the same error. Licence could not be granted
Hi Larry, Please run the following code in your server and email the result to us. <%@ Page Language=''C#'' %> <script runat=''server''> void Page_Load(object sender, System.EventArgs e) { Literal1.Text = HttpContext.Current.Request.Url.Host.ToLower() + ...
Posted to
FAQ
(Forum)
by
Adam
on
May 8, 2004
More Search Options
« First
...
< Previous
46
47
48
49
50
Next >
...
Last »