Ask a Question related to ASP.NET General, Design and Development.
-
Bei #1
msword-like textarea?
Instead of asp:textarea, does aspx have a built-in control that is a
textarea but works like a mini-msword with bold/italic function?
If it has, can the result be saved to sql server and then display it again
without problem?
Thanks
Bei Guest
-
CF 7 and MSWord
HI, We recently moved cfom CFMX 6.1 to CF7 and switched from window boxes to UNIX boxes. The first page was working great in CFMX. But it did... -
Footnotes - MSWord to InDesign CS
1054 RAM XP Home ID CS I've gotten endnote conversion from MSWord to InDesign CS figured out, but am unable to place an MSWord document with... -
Removing carriage returns from <textarea></textarea> input
Hiya, I have a form with a <textarea></textarea> to receive user input. This input is then stored in a database and sent by fax... I need to... -
editing using msword(similar) via php
Hi, I saw an ASP kind of a msword type editor that edit's webcontents. And it runs asp :(. I was wondering if php can do similar things like... -
ASP to MSWord
I'm using Response.ContentType="application/msword" to open ASP page in MS Word 2000 from IE6.0. It's works fine on one computer, but on other IE... -
Bei #2
Re: msword-like textarea?
I figure out how to make an editable div. But now how can I submit the
content of the div as a field of the form?
Thanks
"Kevin Spencer" <kevin@SPAMMERSSUCKtakempis.com> wrote in message
news:ueXMpn1ODHA.3020@TK2MSFTNGP10.phx.gbl...about> There isn't one built-in. However, your question prompted me to thinkcouldn't> how such a thing could be done, and I wouldn't be surprised if youbuttons> find a third-party Server Control that would work like this. Basically, it
> would not be an HTML textarea, but an editable div, with formattingagain> over it.
>
> HTH,
>
> Kevin Spencer
> Microsoft FrontPage MVP
> Internet Developer
> [url]http://www.takempis.com[/url]
> Big things are made up of
> lots of Little things.
>
> "Bei" <karen_lau@hotmail.com.nospam> wrote in message
> news:e7uPyN1ODHA.2256@TK2MSFTNGP11.phx.gbl...> > Instead of asp:textarea, does aspx have a built-in control that is a
> > textarea but works like a mini-msword with bold/italic function?
> >
> > If it has, can the result be saved to sql server and then display it>> > without problem?
> >
> > Thanks
> >
> >
>
Bei Guest
-
mike C. #3
Re: msword-like textarea?
You can save the content in DIV to a hidden input control.
By the way, with .Net framework 1.1, you need to set ValidateRequest="false"
in config file or on page, or the HTML tags will cause error.
"Bei" <karen_lau@hotmail.com.nospam> wrote in message
news:%235fqeUAQDHA.1908@TK2MSFTNGP11.phx.gbl...it> I figure out how to make an editable div. But now how can I submit the
> content of the div as a field of the form?
>
> Thanks
>
> "Kevin Spencer" <kevin@SPAMMERSSUCKtakempis.com> wrote in message
> news:ueXMpn1ODHA.3020@TK2MSFTNGP10.phx.gbl...> about> > There isn't one built-in. However, your question prompted me to think> couldn't> > how such a thing could be done, and I wouldn't be surprised if you> > find a third-party Server Control that would work like this. Basically,> buttons> > would not be an HTML textarea, but an editable div, with formatting> again> > over it.
> >
> > HTH,
> >
> > Kevin Spencer
> > Microsoft FrontPage MVP
> > Internet Developer
> > [url]http://www.takempis.com[/url]
> > Big things are made up of
> > lots of Little things.
> >
> > "Bei" <karen_lau@hotmail.com.nospam> wrote in message
> > news:e7uPyN1ODHA.2256@TK2MSFTNGP11.phx.gbl...> > > Instead of asp:textarea, does aspx have a built-in control that is a
> > > textarea but works like a mini-msword with bold/italic function?
> > >
> > > If it has, can the result be saved to sql server and then display it>> >> > > without problem?
> > >
> > > Thanks
> > >
> > >
> >
>
mike C. Guest



Reply With Quote

