Opened 18 years ago
Closed 17 years ago
#666 closed Bug (wontfix)
ASP.Net 2.0: Not working on FormView
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | |
Keywords: | SF | Cc: |
Description
I’m using Fckeditor with VS 2005 Beta 2 and ASP.NET (VB). Almost everything is working perfectly except for one thing: I can’t get the FCKeditor value when I use it inside a formview. I used it outside and it works very well.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1242567&group_id=75348&atid=543653
Change History (3)
comment:1 Changed 18 years ago by
Reporter: | changed from Martin Kou to anonymous |
---|
comment:2 Changed 17 years ago by
Component: | General → Server : ASP.Net |
---|
comment:3 Changed 17 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Unfortunately the information present in this ticket are not enough to help us easily work on it. We would need a TC for this bug, and the reporter is the indicated person to provide it.
I'm closing this one for now. If someone feels it deserves our attention, please feel free to reopen it, providing more information about it.
I'm using the release version of Visual Studio 2005 and Fckeditor is still not working with .NET 2.0. You drag an Fckeditor into formview and design mode says it cannot render the formview. Additionally, you can no longer programmatically acccess ANY controls inside FormView because it can't render correctly. This is a deal-breaker.
Moved from SF. Original poster: Anonymous
I don't think this is a FCKeditor-specific problem. If you are working with a ControlParamter try using the full Name for the ControlID, e.g. something like "ContentPlaceHolder1 $FormView1$fckEditor", if "fckEditor" is the ID of the Editor-Control. Heinz
Moved from SF. Original poster: Anonymous