|
Search
You searched for the word(s): aspx
Showing page 88 of 918 (9,180 total posts)
< 1 second(s)
-
Are there any instructions on how to get the control to work in a WebForm in a VS .NET project.
When I include the control in a page, I get the following:
Server Error in '/DotNetGallery' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. ...
-
The code of my ASPX follows.However, I added a new project, and re-added all my ASPX pages to the new project and the two-editor problem disappeared. And yes, I removed all the previous cute editor client files and dll files etc. Thanks. <%@ Page language=''c#'' Codebehind=''am_AddText.aspx.cs'' AutoEventWireup=''false'' ...
-
There seems to be a problem with the links.
I used all the available options RemoveServerNamesFromUrl, UseRelativeLinks, DisableAutoFormat but the problem still exists.
I want to set the link to ''Default.aspx'' and it converts it to ''/VirtualDir/Default.aspx'' or http://localhost/VirtualDir/Default.aspx etc.
The first ...
-
Yepp. that worked fine Adam.
I have run into a somewhat stranger problem. When inserting an image i use the example javascript code and all is fine. However..
When i read the text back from the database (it all looks fine in the database btw), it messes up the <img> tags in a most peculiar way. The dynamic url i have to ...
-
the coding is :
--------------------------
<%@ Page Language="vb" Inherits="WebApplication1.InsertGallery" CodeBehind="InsertGallery.aspx.vb" AutoEventWireup="false" %> <%@ Page Language="vb" Inherits="WebApplication1.InsertGallery" ...
-
hi,
i have a big problem. the cute editor don't run. i view its buttons, but don't run text. IE tell me that there is the problem on CuteEditor.Htc.aspx?settinghash=ed136ee2 to row 118 carachter 3872.
Where is the problem?
Myode on this file is
var ...
-
I followed the steps below. 1. Run the script of SQLScripts\cutechat2.sql yo create tables in my exisitng database.2. Copied the cute chat dll files in my project.3. Copied the cutesoft_server and curesoft_client folder in my project.4. Then tried to open the messenger by using onLoad function. When I run the project I get the ...
-
Yes. If you set Editor.AutoParseClasses Property to true, editor will expect you use the Editor.EditorWysiwygModeCss Property specifies the location of the style sheet that will be used by the editable area.
Example EditorWysiwygModeCss=''example.css,~/portal.css,/default.css'' If you set Editor.AutoParseClasses Property to true and ...
-
Todd, New Features and Improvements:The new Editor.EditorBodyStyle Property has been introduced. This style will be applied to the Editor body.
For example:
<CE:Editor id=''Editor1'' runat=''server'' EditorBodyStyle=''background-color:tan;Color:white''></CE:Editor>
The new Editor.EnableBrowserContextMenu Property has ...
-
Ghazala:
At lease , you need a login page (for example , login.aspx)
You could write the navigation code as :
When the user navigate to the default.aspx , if the user is logon , then redirect to CuteChat/ChatRoom.Aspx?RoomId=1 , else , redirect to login.aspx in the login.aspx , if the user logon OK , then redirect to the ...
... 88 ...
|
|
|