Use a Word document

  1. #1

    Use a Word document

    I need to open a new ext.window and put a word document in the window and show the information of the document
    in the case to open a excel i guess i could open a griedview and just play with this .. but with the word i dnot have any idea to show it

    plz any idea or suggestion will be help me
  2. #2
    Quote Originally Posted by Coroner View Post
    I need to open a new ext.window and put a word document in the window and show the information of the document
    in the case to open a excel i guess i could open a griedview and just play with this .. but with the word i dnot have any idea to show it

    plz any idea or suggestion will be help me
    Hi Coroner,

    You can place any ASP.NET Control inside the <Content> region of any Container type component (such as Panel, Window, Container). If you have a 3rd Party Control which renders/views a Word files, then placing inside the <Content> region should work.

    If the browser includes the ability to view a Word document inline, then you could point the .Url of the <AutoLoad> to the file, then the browser should takeover the rendering of the file.

    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 12
    Last Post: Dec 17, 2013, 3:42 AM
  2. [CLOSED] v2.x : meaning of the word 'Beta'
    By CPA1158139 in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Mar 27, 2012, 11:43 AM
  3. Word File preview way
    By gayancc in forum 1.x Help
    Replies: 2
    Last Post: Nov 12, 2011, 5:44 PM
  4. copy paste from ms word
    By [WP]joju in forum 1.x Help
    Replies: 0
    Last Post: Aug 20, 2010, 7:30 AM
  5. Any word on MVC sample?
    By UGRev in forum Open Discussions
    Replies: 14
    Last Post: Apr 06, 2009, 4:24 PM

Posting Permissions