ASPFriends.com 'aspngrichtextbox' list Archive - May 2002
Messages
Page: 1
test formatting issues (3 replies)
ASPFriends.com 'aspngrichtextbox' list
My trial version has expired and there were a few more things I wanted to test before we purchase the product. Can anyone answer the following? 1. If text is pasted in the text box from a Word document does it lose its formatting or change its appearance in any way? 2. If it doesn't lose its formatting, is there a way to strip all formatting so I can force our standards on the text? 3. Does word n...
License Key in web.config (3 replies)
ASPFriends.com 'aspngrichtextbox' list
html div style 'background color:' DIV /DIV DIV /DIV P If I want to set the license key in the web.config file like this: /P FONT color #0000ff size 2 P < /FONT FONT color #800000 size 2 appSettings /FONT FONT color #0000ff size 2 > BR /FONT FONT color #0000ff size 2 < /FONT FONT color #800000 size 2 add /FONT FONT color #ff00ff size 2 /FONT FONT color #ff0000 size 2 key /FONT FONT color ...
Templates (3 replies)
ASPFriends.com 'aspngrichtextbox' list
Hi I would like to be able to load selected HTML Templates into the richTextbox Has anyone had a go at this Thanks Royce
XHTML compliance? (3 replies, VIP)
ASPFriends.com 'aspngrichtextbox' list
Ok, I've got my release version installed now, and was just playing around with it and noticed that it always changes my HTML as follows: TABLE bordercolor "red" cellspacing "0" cellpadding "5" border "1" becomes TABLE borderColor red cellSpacing 0 cellPadding 5 border 1 I'm pretty sure I started out with table in lowercase, too it capitalized all of my HTML tags. Is this the expected behavior? Is...
onsubmit not firing (3 replies)
ASPFriends.com 'aspngrichtextbox' list
I'm using the eval version of RTB on a modified version of EditHtml.aspx from the IBS Portal code. My problem: the "onsubmit" javascript event (which RTB puts in my page) is not firing when the 'Update' linkbutton is clicked, so myRTB.Text is blank at postback because CopyDataDesktopText() doesn't get called. The page code works, as a normal TextBox saves just fine. A workaround is to first click ...
New text value on PostBack (6 replies)
ASPFriends.com 'aspngrichtextbox' list
Hi all, I am attempting to use the RichTextBox server control (ASP.NET) and have a problem. 20 On postback, I need to change the value of the .Text property. The control allows this but the new data is not displayed in the control when it is rendered in the browser. The tooltip states that this property is "used to set the text when the control is first displayed" (which indicates that what I'm do...
visual studio .net support (3 replies)
ASPFriends.com 'aspngrichtextbox' list
can I work with this control in visual studio .net? Grace and Peace, Lynn Eriksen esoteric simplicity ... Words are like paint! Load up your pallette at http://www.dictionary.com lynn@soundworks.com 713 960 8222 Christwebs.com/sworks.net Sound Works / Byte Works http://www.christwebs.com http://www.sworks.net http://www.soundworks.com
subscript and superscript (3 replies)
ASPFriends.com 'aspngrichtextbox' list
I am not able the get the subscript, superscript, stylemenu, strikethrough (they all begin with s) buttons to show on the toolbar. Here is the code I am using: RTB:RichTextBox height 500 id "RTB" ButtonImagePath "./images/standard" runat "server" license "demo license key" ToolbarAutoHideIsEnabled false ToolbarLayout "fontmenu,stylemenu,cut,copy,paste,superscript,subscript,under line,leftjustify,c...
Relative path to images (3 replies)
ASPFriends.com 'aspngrichtextbox' list
This has probably been asked several times already, but I'm new to this list ; ) When you insert an image in the control, it saves the absolute path to that image. I would like to know if it's possible to save the relative path?? Thanks in advance, Roland
Missing Single Quotes? (3 replies)
ASPFriends.com 'aspngrichtextbox' list
Missing all ' (Single Quote) in RTB.text If I enter a sentence with a we'll or they're or can't, and then execute a file.write( RTB.text) the ' are all removed. Any help? Scott Cate
I need a little help (3 replies)
ASPFriends.com 'aspngrichtextbox' list
I have followed the directions, but I am getting this error;.any help would be appreciated! Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type RichTextBoxControl.RichTextBox from assembly RichTextBo...
Toolbar config (3 replies)
ASPFriends.com 'aspngrichtextbox' list
Hi, I have a few comments and suggestions on the Rich Text Box which I hope you may be able to help me with. a.. I am unable to add some toolbar items using just the ToolbarLayout property. For example the "Help" item does not render unless I specifically call : MessageTxBx.EnableToolbarItem(RichTextBoxControl.ToolbarItem.Help); after it has been defined in : myRichTextBox.ToolbarLayout "bold,sepa...
Image menu.... (4 replies)
ASPFriends.com 'aspngrichtextbox' list
Is their a way of getting the image menu to list all images available in a folder.and match the corresponding names minus the file extension?? Without having to enter the list of available files.
WYSIWIG content messed up (7 replies)
ASPFriends.com 'aspngrichtextbox' list
My office partner was entering content using the RichEditText box, and at one point, the wysiwig display got messed up: it now contains a lot of < and > characters. This has happened twice, but other times it has worked fine. Has anyone run into this one before? Is there a known bugs list for the control? Also, I thought I saw mention of a beta version of the next release being available, bu...
Authentication (3 replies)
ASPFriends.com 'aspngrichtextbox' list
I am using the RTB on a site using forms authentication, is it possible to tie the RTB in with this so that it would only display to a user who is authenticated. I guess the .visible property is the obvious way to do this..is it possible to set it so that the property checks authentication? : ) and thanks for the answer yesterday Ollie, worked a treat.
Problem of using RichTextBox in web application using VB (2 replies)
ASPFriends.com 'aspngrichtextbox' list
Hello all, I'm having a problem to use the rich text box control in a web application writing in VB.NET. It keeps complaining that the name of the rich text box is not declared in the VB code. I'd really appreciate if I could get some help from any body. Many thanks in advance, Amy Do You Yahoo!? LAUNCH Your Yahoo! Music Experience http://launch.yahoo.com
Richtextbox editor (4 replies)
ASPFriends.com 'aspngrichtextbox' list
How can I tell if my code is working if all I get is the "Please apply a valid license key to RichTextBox" message.... I need to know if the control works before I ourchase it... I don't mind getting the demo message, as long as I also get what I am inputing through my code.... please help... TIA
richtextbox page alignment (4 replies)
ASPFriends.com 'aspngrichtextbox' list
how can I set the position of the object on a page... when I add the object.it automatically positions itself at the top left corner of the page... tia victor
RichTextBox Evaluation failure - produces script errors (5 replies)
ASPFriends.com 'aspngrichtextbox' list
I have the evaluation copy of RichTextBox. In the design environment, everything works correctly. When I build the solution, there are no build errors. However, when I browse the resulting page, I receive 4 error messages stating "Expected ')'" and 18 error messages stating "cannot use parentheses when calling a sub." When I delete the RichTextBox from the page, everything works correctly. How do ...
Importing HTML for editing (3 replies)
ASPFriends.com 'aspngrichtextbox' list
Just picked up this component, it looks like just the thing I've been needing for letting others do site editing. Great stuff. What I'm not finding, that I hope someone can direct me to, is how to give the component some HTML (say pulled from a database) that will render as rich text in the editor, so a normal user can edit it and send it back as HTML. The TextXHtml property appears to be read onl...
Mac (2 replies)
ASPFriends.com 'aspngrichtextbox' list
I'm trying to see the richtextbox on a Macintosh with Microsoft Explorer 5.1 installed. But it seems that the textbox can't be displayed for some reason. Anyone an idea what is needed to get the job done? Thanks, Andries Neyens
Image Uploading (2 replies)
ASPFriends.com 'aspngrichtextbox' list
I'm using the Richtextbox control in a project I'm working on now, which requires the user to be able to create and submit his own articles. The control works great for formatting the text, but the article may also have images in it. Now, the dialog for the Insert Image function works well enough, but of course, when the user selects a file using the Browse button, it will be on his local drive. W...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification