Click here to Skip to main content
15,906,626 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Downloading documents from an ASP.NET 2.0 page Pin
seee sharp31-Jul-06 3:36
seee sharp31-Jul-06 3:36 
Questionhow i can upload only text file using file fild in asp.net 1.1 Pin
omi9831-Jul-06 0:53
omi9831-Jul-06 0:53 
AnswerRe: how i can upload only text file using file fild in asp.net 1.1 Pin
seee sharp31-Jul-06 1:34
seee sharp31-Jul-06 1:34 
QuestionFCKEDITOR in ASP.Net Pin
Debi Prasad31-Jul-06 0:31
Debi Prasad31-Jul-06 0:31 
AnswerRe: FCKEDITOR in ASP.Net Pin
Amit Agarrwal31-Jul-06 1:35
Amit Agarrwal31-Jul-06 1:35 
AnswerRe: FCKEDITOR in ASP.Net [modified] Pin
l0kke31-Jul-06 3:42
l0kke31-Jul-06 3:42 
GeneralRe: FCKEDITOR in ASP.Net [modified] Pin
Debi Prasad31-Jul-06 18:43
Debi Prasad31-Jul-06 18:43 
GeneralRe: FCKEDITOR in ASP.Net Pin
l0kke1-Aug-06 8:50
l0kke1-Aug-06 8:50 
heh, you have to create a page, which contains FCKEditor control. On this page u can access content of editor by myFCKEditorControl.Value

creating page: http://wiki.fckeditor.net/Developer%27s_Guide/Integration/ASP.Net

keep in mind, that you have to disable request validation, otherwise .NET framework throws exception, something like 'Potentionly dangerous request' or so. you can do it in web.config, or in <%@ Page ... %> block

Save to a database is your job, just take html from control, wrap it into binary format and save it. Note that images are saved on server.

I don't remember if I saw error like this when developing my FCKEditor application, so I can not help u with it. But at least check if IIS user is allowed to write to a folder which contains images.

Again, I recomend u to read documentation, I gave you links in my previous post. It is very usefull, and I can not help you better.

But if you don't understand something, or can not find it, ask me

Pilo
GeneralRe: FCKEDITOR in ASP.Net Pin
Debi Prasad1-Aug-06 18:47
Debi Prasad1-Aug-06 18:47 
GeneralRe: FCKEDITOR in ASP.Net Pin
l0kke3-Aug-06 6:13
l0kke3-Aug-06 6:13 
QuestionFrames in Asp.Net 2.0 Pin
Kamal.Afridi31-Jul-06 0:17
Kamal.Afridi31-Jul-06 0:17 
AnswerRe: Frames in Asp.Net 2.0 Pin
RichardGrimmer31-Jul-06 1:35
RichardGrimmer31-Jul-06 1:35 
GeneralRe: Frames in Asp.Net 2.0 Pin
Kamal.Afridi31-Jul-06 2:17
Kamal.Afridi31-Jul-06 2:17 
Question[Message Deleted] Pin
blurMember31-Jul-06 0:07
blurMember31-Jul-06 0:07 
AnswerRe: LoginName values in .NET 2.0 [modified] Pin
seee sharp31-Jul-06 1:37
seee sharp31-Jul-06 1:37 
AnswerRe: LoginName values in .NET 2.0 [modified] Pin
Amit Agarrwal31-Jul-06 1:37
Amit Agarrwal31-Jul-06 1:37 
GeneralRe: LoginName values in .NET 2.0 Pin
blurMember31-Jul-06 16:13
blurMember31-Jul-06 16:13 
QuestionForms inside a GridView Pin
user556930-Jul-06 23:26
user556930-Jul-06 23:26 
AnswerRe: Forms inside a GridView Pin
Mike Ellison3-Aug-06 3:01
Mike Ellison3-Aug-06 3:01 
QuestionDotNetNuke Pin
ben_payandeh30-Jul-06 23:19
ben_payandeh30-Jul-06 23:19 
AnswerRe: DotNetNuke Pin
Kamal.Afridi31-Jul-06 0:20
Kamal.Afridi31-Jul-06 0:20 
QuestionClear details from Browser? Pin
AnjuV30-Jul-06 21:10
AnjuV30-Jul-06 21:10 
AnswerRe: Clear details from Browser? Pin
Paddy Boyd30-Jul-06 21:26
Paddy Boyd30-Jul-06 21:26 
AnswerRe: Clear details from Browser? Pin
Vipin Venugopal30-Jul-06 22:40
Vipin Venugopal30-Jul-06 22:40 
GeneralRe: Clear details from Browser? Pin
AnjuV31-Jul-06 4:31
AnjuV31-Jul-06 4:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.