|
Search
You searched for the word(s): .net 4.0
Showing page 281 of 1,307 (13,069 total posts)
< 1 second(s)
-
It's important to leave the error trapping in there by the way, see my other thread (http://cutesoft.net/forums/thread/37251.aspx). The converter appears to be somewhat unstable. I updated the comments in my example slightly too, since I had copied my code from an earlier routine that attached the file to an email. I was ...
-
I created cutesoft editor and added some text and images. I setted Images folder depending on User.
I saved to a html file this Editor text
and want to send to a Email with this saved document as body of email.
All text is going but images are not showing in the email.
I send mails to support team they are not responding at ...
-
Ok, thx for the reply!
Have some additional questions regarding the whole setup. Initially I wonder if this setup is possible for the messenger.
Today we have some web servers and some database servers. The problem, as a described above, is that we use mySql and not a database software that messenger supports. So, the messenger is going to be ...
-
If I paste this code:
<table>
<tbody>
<tr>
<td valign=''bottom'' width=''151'' colspan=''3''></td>
...
-
MWorth,
Please set the following property to P.
Editor.BreakElement Property
Specify the behavior when the ''enter'' key is pressed in the editor The default is BreakElement.Div.
BreakElement Enumeration
Determines what happens when the ''enter'' key is pressed in the editor
[
...
-
Hey,
I just had a very similar issue and found the solution after a few hours of banging my head. After looking at your code, I think my solution would work for you too
http://cutesoft.net/forums/thread/37203.aspx
In the above example, after you call the save method, add the line:
x.Position = ...
-
I am having this same problem with the SQLFileStorage. If I don't use the default root ''/'' directory you can't navigate up from lower directories. For example. If I set the root to ''Editor1.SetSecurityGalleryPath(''/test'')'' and then navigate to a directory below this in the InsertImage Dialog, such as ''/test/myimages''/ it works fine. ...
-
Hi,
Why is no one replying to http://cutesoft.net/forums/thread/36797.aspx , Please so reply it, it is urgent.
My original license file is not working. even though i gave the original email used while purchasing, no one sent me a new license file.
If there is another problem, please tell me the process. I am ...
-
MansonServices,
The official license file will not expire.
You have your own License File, but you are using an Evaluation License file.
Solution:
Please find the license file we sent to you upon purchase, and upload it to your server. If you are unable to find the license file, email us and specify the email ...
-
bmolzen,
>>Image1.ImageUrl = ''tools.gif''
This ImageUrl is a regular asp.net Image path. You can do:
Image1.ImageUrl = ''~/images/tools.gif''
Image1.ImageUrl = ''/images/tools.gif''
And point it to any ...
... 281 ...
|
|
|