473,382 Members | 1,421 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

.NET beginniner using FCKeditor.

Hello:

I'm really new to both .NET and SQL, and I am still learning. I have
the FCKeditor working, meaning that it displays in my page, and I have
the SQL connection string established, but I'm a little lost beyond
that. I've checked out the FCKeditor WiKi, but since I'm still new to
this whole thing, some of it is a little technical, and as a result,
makes little sense to me.

How do I get FCKeditor to output to a database, creating a new record?
I know i need an insert command, but I dont know the syntax for it.
Could someone pleasea point me in the right direction?

Here is the page so far:

<%@ Page ValidateRequest="false" Language="VB" AutoEventWireup="false"
CodeFile="Default.aspx.vb" Inherits="sandbox_Default" %>
<%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2"
Assembly="FredCK.FCKeditorV2" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Text Editor Test</title>
</head>
<body>
<form id="form1" runat="server">
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:Hacres %>"></
asp:SqlDataSource>
<table style="width: 750px">
<tr>
<td style="width: 750px">
<FCKeditorV2:FCKeditor ID="FCKeditor1" BasePath="FCKeditor/"
runat="server" />
<br />
<input type="Submit" value="Submit" runat="server" /></td>
</tr>
</table>
</form>
</body>
</html>

------------------------------------------------------------------------------------------
As you can see, the actual connection string is in the web.config.

Apr 20 '07 #1
0 1296

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Ronald | last post by:
Hi, I'm am trying to implement FCKeditor in my webapplication, but unfortunatly, I haven't succeeded in doing this. After almost a week, I finally got an compiled application, but now I get some...
3
by: gowens | last post by:
The FCKeditor looks like a really terrific user control - but... The documentation is really lacking and I've been trying to install/use this control for way too (it better be worth the effort)....
0
by: Gerry | last post by:
FCKeditor appears to be a good product. Unfortunately, the documentation is severaly lacking. (Due to this?)I am having a problem and I have a question. Problem: FCKeditor appears to function...
0
by: Stanley Cheung | last post by:
Hello all, Any one tried to implement fckeditor (htmleditor) on your application? i am tring to add fckeditor (www.fckeditor.net) on my dotnet application, but i can't find any connector for...
1
by: smallbox | last post by:
Hi, I just downloaded the latest version of fckeditor. But I have some problem in saving and opening a file. Does anyone has any sample code for PHP in this ? Many thanks.
0
jariaman
by: jariaman | last post by:
Hi all, I'm using FCKeditor in my website project, i think it can upload image and file and also edit the content page. But, i can't upload file with the tools. I found message erorr say: XML...
1
by: Archana1 | last post by:
hi I want to add fckeditor in asp. but it have some error like page can not be display Please reply urgently my code is: <!-- #include...
1
by: ShirishKumar | last post by:
Hi, I have some problem with FCKEditor . First of all Required FiledValidator is not working for FCKeditor . I searched google and kept EnableClientScript of requiredfieldvalidator for...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.