hi all,
can anyone tell me how can use obout editer in asp.net 3.5 and which field of MsSql 2005 database we can use for this data bcz this editer can contain text and image together.
kindly dont refer me this link
http://www.obout.com/editor_new/sample_counters.aspx
bcz here is .exe for download but i need .dll for import in website.
Thanks.
Loading
waqas memonPosted Jul 16, 2011, 1:33 AM
Mahesh ChandPosted Jul 15, 2011, 2:26 PM
waqas memonPosted Jul 15, 2011, 10:48 AM
so my question is how can we handle this problem.
Blocked AccountPosted Jul 11, 2011, 12:53 AM
can you upload your code here. it would be fine to solve your problem.
Thanks
waqas memonPosted Jul 9, 2011, 4:31 AM
waqas memonPosted Jul 8, 2011, 3:40 AM
i implement ur suggestion but when i upload two time same name pic so it replace first one with second for example if i upload two Error.jpg pic i was try to implement any custom function on databound who check exsisting and change pic name but this line in aspx not working
and appearing error
...
and otherwise when i simple try to post data in database through button click event so i m facing error.
Server Error in '/CodesandJobs' Application.
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Web.HttpException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that
Source Error:
Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\codesandjobs\c6a2b5a5\bfa913c0\App_Web_illmqtcy.2.cs Line: 0
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
Blocked AccountPosted Jul 7, 2011, 11:44 PM
This is not for saving image in particular location in your server, Images inserted through this only contains the full path and don't store in server. For storing image in server location use this
<obout:Editor ID="Editor" Submit="false" runat="server" InsideOboutWindow="false" InitialCleanUp="true" Show="true" ShowQuickFormat="false" FixedToolBar="false">
<TopToolbar Appearance="Custom">
<AddButtons>
AddButtons>
TopToolbar>
obout:Editor>
and set the directory path in page load like that.
ImmediateImageInsert1.UploadFolder = ("~/Images/");
waqas memonPosted Jul 7, 2011, 6:54 PM
Appearing problem have been resolved and i want to override "ok" button click event bcz at this time i want to save image at my website folder from client location.
and i am also getting problem when i click browse button so its appear error
Server Error in '/CodesandJobs' Application.
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Web.HttpException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that
Source Error:
Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\codesandjobs\c6a2b5a5\bfa913c0\App_Web_btrc6q4i.0.cs Line: 0
Stack Trace:
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
i searched out and put this line in web.config
but error remaining
Thanks in advance
waqas memonPosted Jul 7, 2011, 1:30 PM
hope u will fine i insert more one line
but its not appearing in browser it just appearing on design mode side any sugesstion?
Blocked AccountPosted Jul 7, 2011, 8:28 AM
you can customize buttons like that
<obout:Editor ID="Editor" Submit="false" runat="server" InsideOboutWindow="false" InitialCleanUp="true" Show="true" ShowQuickFormat="false" FixedToolBar="false">
<TopToolbar Appearance="Custom">
<AddButtons>
<obout:FontName ID="FontName1" runat="server" />
<obout:FontSize ID="FontSize1" runat="server" />
<obout:HorizontalSeparator />
<obout:BackColorGroup ID="BackColorGroup1" runat="server" />
<obout:ForeColor ID="ForeColor1" runat="server" />
<obout:Bold ID="Bold1" runat="server" />
<obout:Italic ID="Italic1" runat="server" />
<obout:Underline ID="Underline1" runat="server" />
<obout:HorizontalSeparator />
<obout:HorizontalSeparator />
<obout:JustifyLeft ID="JustifyLeft1" runat="server" />
<obout:JustifyCenter ID="JustifyCenter1" runat="server" />
<obout:JustifyRight ID="JustifyRight1" runat="server" />
<obout:JustifyFull ID="JustifyFull1" runat="server" />
<obout:HorizontalSeparator />
<obout:OrderedList ID="OrderedList1" runat="server" />
<obout:BulletedList ID="BulletedList1" runat="server" />
<obout:DecreaseIndent ID="DecreaseIndent1" runat="server" />
<obout:IncreaseIndent ID="IncreaseIndent1" runat="server" />
<obout:InsertIcon ID="InsertIcon1" runat="server" />
<obout:HorizontalSeparator />
<obout:InsertTable ID="InsertTable1" runat="server" />
<obout:InsertDiv ID="InsertDiv1" runat="server" />
<obout:InsertLink ID="InsertLink1" runat="server" />
<obout:PreviewMode ID="PreviewMode1" runat="server" />
AddButtons>
TopToolbar>
obout:Editor>
waqas memonPosted Jul 7, 2011, 7:55 AM
and i want to ask u that how can we show just limited toolbar button like image bold etc kindly reply me.
Blocked AccountPosted Jul 6, 2011, 1:17 AM
Download the oboutSuite.exe and run. It will install obout Suite in your machine, from where you can run samples or import dll in your web application. dll are inside the bin folder. You can use text field in database for storing the content of obout Editor, For image you have to give some physical location to store. Best part is that this editor will contain the SRC of your image.
So the idea is that Store images in any location and content in the database.
I think this will help you.