Web Forms :: Rich Textbox Control With Separate Toolbar?
Jan 16, 2011I am looking for a good rich textbox control with separate formatting bar. ie. should be in 2 parts.
1: Textbox
2: toolbar (which can be placed anywhere in the form)
I am looking for a good rich textbox control with separate formatting bar. ie. should be in 2 parts.
1: Textbox
2: toolbar (which can be placed anywhere in the form)
I have used TinyMCE Rich TextBox in my application but in my web form i have mulitple multi-line Text-Box. what i want that Rich TextBox should be bind to only one text box not all TextBoxes.
View 1 RepliesI am having an issue with the "Contact us form with rich textbox on asp.net c#". It works good on my local machine but timesout when it is on the server. What to do?
View 1 RepliesI used below code instead of ckeditor
<script src="../tinymce/tinymce.min.js" type = "text/javascript"></script>
<script type = "text/javascript">
tinymce.init({
language : 'fa',
directionality : 'rtl',
selector: "textarea#elm1",
[code]...
here I used validation for textbox that if users don't enter text it show error..now here problem is that when I enter text for firsttime it show validation error I should enter text again that it doesn't show error and insert data into database.what should I do that it doesn't show validation error when I enter text for first time it doesn't show error?
my requirement is i want to pass richtext content and text as t is in rich txt box such as bold,color font .... into crystal report
View 1 RepliesI want to display some text with formatting such as bold, italic, colored...
tf1fbidisansiansicpg1252deff0deflang1033{fonttbl{f0fnilfcharset0 Arial;}}
viewkind4uc1pardltrparsl0slmult1lang2057fs32 A fly can happen in 10 seconds. So0 , when you get home, goto 10seconds.com0 to find out how you could fly in 10 seconds this week end.par
lang1033 par
i m developing an application with richtextbox control and asp spell checker control in it.the prblm faced is that Spell check is happening but the change of wrong spelling is not taking place
The scenario in which it doesnt work is i Put some text in RichTextBox field then click on "spell check" button. It will prompt for the spelling mistakes, but when we select correct spelling it is not copying it in Rich text box contrl.
Note:the same scenario is working when i use simple text box contrl with asp spell checker contrl.
I saw article [URL] .... that is working fine
I have a page with multiple textbox multiline
When I apply your code for three textbox then it show only one editor and remain same as simple textbox and if i click on button it flickering ...
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine"></asp:TextBox>
<asp:HiddenField ID="HiddenField1" runat="server" />
[Code] ....
I'm looking for a Data Grid View control compatible with Gizmox's Visual Web GUI that is on the level of Telerik's RAD Grid, or YUI's Data Grid. The stock Data Grid is lacking in the functionality that I require unfortunately. I'm using VWG 6.4. I know that I can wrap controls for use in VWG, but have not attempted it since 6.4's release. I had tried in the past to wrap Telerik's RAD Grid, but never got it work properly.
View 1 RepliesI have included the rich text editor control in my application using the dll file and registering its assembly and namespace.
<%@
Register
Assembly="RichTextEditor"
Namespace="AjaxControls"
TagPrefix="cc1" %>
[code]...
I am using FTB on my aspx page. is there any way I can have Toggle Full screen feature in FTB, is this feature availble in FTB? it is available on TinyMCE, but I don't want to switch to TinyMCE since I am already using FTB in most of the pages in my application.
View 1 RepliesI am working with crystal reports. I created a button on crystal report viewer toolbar using the following code protected void Page_Init(object sender,
EventArgs e)
{
Control ts = CrystalReportViewer1.Controls[2];
if (ts.ToString().Contains("ViewerToolbar"))
{
ImageButton BtnExport =
new
ImageButton();
BtnExport.ID = "BtnExport";
BtnExport.ImageUrl = "images/pdf.png";
BtnExport.Click += BtnExport_Click;
ts.Controls.Add(BtnExport);
}
UpdatePanel UpdatePanel1 =
new
UpdatePanel
();
System.Web.UI PostBackTrigger trigger =
new System.Web.UI.PostBackTrigger ();
trigger.ControlID = "BtnExport";
UpdatePanel1.Triggers.Add(trigger);
}
My problem is whenever I click the button to export the report, it shows an error like below: Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near .....
I want to create separate textbox for numbers and string using c# code. I should not use jquery or javascript.
Condition:
Numeric Textbox: It should not allow characters, special characters.
String Textbox: Should not allow numbers, Special characters.
I have access to two seperate databases (mySQL) located on two servers. I need to get the data, link the tables on a key field and display the results in a datagrid. My challenge is that if the search criteria changes for the display it affects rows returned from on table and should thus automatically affect the linked table and resulting data returned.
what the best approach would be to achieving this? So far I have set up a dataset with a dataadapter and table for each connection and then linked the tables in the dataset. The problem that I'm having is getting the linked resultsets to work.
On my form I have the datagrid with two Objectdatasources one for each dataadapter and i believe that's where I'm going wrong...
there is any free Rick Text Editor server control available for web, note that I am not asking about DHTML controls like FreeTextBox and similar.
View 9 RepliesIn ajax Editor control how to delete the bottom toolbar..
where should we get the Editor.css file ?
Do you keep the developer's control panel and the application's web service, in 1 project? or do you separate them into 2 different projects?(Developer's control panel, is used to setup the web service API, check logs, read document specification, and details about each web service)When you host the solution you would do something like this..developer.domain.com <-- developer's control panel
api.domain.com <--- web service api
or
api.domain.com <-- both developer's control pnel and web service api
I'm trying to add, for each button job (below second codes), image progress bar. At the moment if I run Button1, or button2 both Image ProgressBars are running. ButI want to, if run Button1 then only one progressbar could run.Trying also with AsyncPostBackTrigger, and changing UpdatePanel to UpdateMode="Conditional"> ?!
Code:
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<div>
[code]...
I am beginner to ASP.NET MVC.
We are doing project in Asp.Net MVC and Nhibernate.
How to seperate my project in to layers ? how to design classes ?
should i followany patterns ? repository patterns ?
i need to know if it's able to add a media player in my site in such a way that i can pass each time the name of the video that i want o be play.
and how i can add the media player in the toolbar?
Which control is use for adding a Hide / Show Panel which will act as a toolbar for site?
View 5 RepliesLooking to open a separate windows when a page is selected from the menu.Here's the xml code using taget=_blank...but it's not working.
Code:
<MENU text="Help" url ="">
<SubMenu text="About" url="About.asx" target="_blank"></submenu>
</Menu>
my layout tool bar in vs 2010 is disabled. how can enable may layout toolbar.
View 3 Replieswhile opening a new window we can use
window.open('Login.aspx', '_blank', 'height=500,width=1000,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,titlebar=no');
But how can I remove a toolbar for the current windoe.
To resize I am using
function noresize()
is there any rich text editor for asp.net 2.0? i think only 3.0+ versions support ajax.
what do i do with 2.0?