Re: Edit a document in a Document library from Code by Mike
Mike
Wed Mar 07 23:30:23 CST 2007
The newsgroup for programming/code questions is
microsoft.public.sharepoint.development_and_programming.
please post this question there (I think they will need more information,
though).
Also as that newsgroup is for all SP products say which SP product and
version you are asking about.
Mike Walsh
WSS FAQ: www.wssv3faq.com / wss.collutions.com
No private questions please (additions to FAQ welcome)
<mathieuaubin_kl@hotmail.com> wrote in message
news:1173298431.034367.195370@q40g2000cwq.googlegroups.com...
> Hello,
>
> Let me explain my problem. I have a wepart in my sharepoint website.
> When I click on a buttom I create a document (.docx) and put it in a
> Document library I'v created. My question is I'd like to (from my code
> which is a UserControl) make it like I'v click on "Edit in Microsoft
> Word". That mean it open the document from the library and let me
> modify it and when i click save it replace the document in the
> Document library.
>
> So Response.Redirect(FileAddress); Is not a valid option.
>
> Thank
>
>
> Mathieu Aubin
>