Search

You searched for the word(s): userid:707931

Matching Posts

  • Appending a Word document

    Hi, I have a word document with the logo image as header.(It is a .doc file.. not a .dot file). I want to append some data to this document. (html). How can I append data to an existing word document in .Net? I am now trying with FileStream and BinaryWrite objects. Any help or sample code is appreciated.
  • Re: Word Document Building

    Hi, The first link gives you information on how to create a word document on the fly. That is working for me. My main requirement is that I have to have the header (which contains the Company Logo and a System generated number) in every page of the document. Please advise. Regards, Allen
    Posted to Getting Started (Forum) by allenrajiev on 5/4/2009
  • Word Document Building

    Hi, I have a requirement to build a Word document on the fly. The document should be having the company logo in every page. Also a "system generated number" should also be a part of the header in every page. I have an html written to a string which is to be the content in word document. So finally my output should be a Word document with Company logo and System generated number in every page header and also the HTML content spread through the number of pages. Please advice how I can do
    Posted to Getting Started (Forum) by allenrajiev on 5/4/2009
  • Update Panel issue

    Hi, I have two custom calendar controls(customized infragistics control) in a page and two textboxes. I have to change the value of the textboxes based on the date selected in calendar controls. I was using Atlas: AJAX controls earlier and now decided to use asp:AJAX controls. But with asp:UpdatePanel, the textbox updation is happening, but it is causing a postback. How to solve this issue? I have enabled PartialRendering in scriptmanager. Still the postback is happening? Find below the aspx code
  • Re: assign null to Datetime

    DateTime type doesn't allow null. SO you have to ideally use DateTime? as the type for the variable and should allow null for this particular value in DB. DateTime? joiningDate = null; in c#
    Posted to Getting Started (Forum) by allenrajiev on 2/26/2009
  • Customized calendar

    Hi All, There is a requirement where-in I have to use a Calendar like display in a webpage(a Month view). I have to display the days in which events are there in a different colour. And also I should be able to click on a particular data, and I should be able to populate a gridview based on the Date. Is there any control which I can use for this requirement. As Calendar cotnrol is attached to a textbox I'mnt sure whether that will work. I heard about Infragistics WebSchedule control. But I'm
    Posted to Web Forms (Forum) by allenrajiev on 2/26/2009
  • Re: Creating MS Word doc on the fly in asp.net

    Thanks a lot.. It worked well for me..
    Posted to Web Forms (Forum) by allenrajiev on 2/26/2009
  • Open XML - .docx file creation

    Hi All, We have a requirement from our client, so as to generate an Offer Letter on the fly, where in the Name,Address and all other info pertaining to applicant will be picked from the d/b, and the Offer Letter will be generated based on the Template file available. Here I am generating Offer Letter by replacing the Fields in the template file with the actual values on the fly. Problem: I am not able to generate Company Logo in the Header part of the Offer letter generated. My Template does have
    Posted to Getting Started (Forum) by allenrajiev on 2/25/2009
  • Re: Creating MS Word doc on the fly in asp.net

    Thanks for the reply. But I have one question. Was your colleague using a pre-defined template and the nmerging required fields to the template and thus creating the word document? Also, the Class Library project's code is missing in the link. Do you have any clue where I can get that? I tried the sample and it works well 4 me. But I have to customize the class library. Thanks, Allen
    Posted to Web Forms (Forum) by allenrajiev on 2/23/2009
  • Creating MS Word doc on the fly in asp.net

    Hi All, There is a requirement for our client in which we have to create a Word document based on a specified template(.dot file) on the fly in a web application based on certain pre-defined values. The template is modified only at the Merge Fields already defined with values which we are fetching from DB. Two requirements are, a) Have to sent this word document which is created on the fly after attaching it in a mail b) Have to open this word document in client system. We already tried MS Word Automation
    Posted to Web Forms (Forum) by allenrajiev on 2/23/2009
Page 1 of 8 (80 items) 1 2 3 4 5 Next > ... Last »