| Not Aswered: RTB: error? the field 'DesktopText', but its type (System.Web.UI.WebControls.TextBox) is not compatible with the type of control (2 replies) |
| ASPFriends.com 'aspngrichtextbox' list |
| Could this be due to to not declaring the richtextbox in the codebehind page if so what is the syntax for declating 'DesktopText' as a richtextbox type? 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: The base class... |
|
| retain text in box (7 replies) |
| ASPFriends.com 'aspngrichtextbox' list |
| I'm using the RTB on a page that has multiple panels. I'm navigating through the panels with a next and back button that sets the proper panel to visible or not visible. When I set the panel with the RTB to not visible I lose the text that was in the box. How can I keep that text there? Thanks, RIcki |
|
| RichTextBox fixed width (4 replies) |
| ASPFriends.com 'aspngrichtextbox' list |
| Hi, I want to maintain a fixed length for the richtextbox control. I mean, i want to restrict user to allow only 50 characters per line. If he tries to enter more than fifty characters, the control/cursor should move to the next line of the RTB. Currently if the word being entered is bigger than the screen size, then a horizontal scroll bar appears and the text is shown on the same line. Please le... |
|
| Wierd Error... (5 replies) |
| ASPFriends.com 'aspngrichtextbox' list |
| Has anyone seen this error? My Rich Text box all of a sudden stopped working and originally gave some error about the assembly name being wrong then after a build gives this error. Exception Details: System.FormatException: Input string was not in a correct format. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin a... |
|
| RTB Problem with ADO.Net (2 replies) |
| ASPFriends.com 'aspngrichtextbox' list |
| This page is just timing out and won't even give me an error msg... any ideas? %@ Page Language "VB" explicit "true" debug "true" % %@ Register TagPrefix "RTB" Namespace "RichTextBoxControl" Assembly "RichTextBox" % %@ Import Namespace "System.Data" % %@ Import Namespace "System.Data.SqlClient" % ! #include virtual "/alexcampbell/alexasp portal/aa auth/CheckAuth/default.aspx" % Call CheckAuth(9) %... |
|