Search

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

Matching Posts

  • Re: word automation in C#

    using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using Word = Microsoft.Office.Interop.Word; using System.Reflection; using System.IO; using System.Drawing.Printing; public partial class Final : System.Web.UI. Page { Word. Document worddoc = new Word. Document
    Posted to Web Forms (Forum) by joynee on 11/11/2008
  • Re: word automation in C#

    <% @ Page Language ="C#" AutoEventWireup ="true" CodeFile ="Final.aspx.cs" Inherits ="Final" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html xmlns ="http://www.w3.org/1999/xhtml" > < head runat ="server"> < title > Untitled Page </ title > </ head > < body > < form id ="form1"
    Posted to Web Forms (Forum) by joynee on 11/11/2008
  • word automation in C#

    i am given a word template to automate which has envelope and letter .i could able to keep bookmarks in the envelope and letter and replace the text.but i cant replace the text in the header which has same fileds as of envelope fileds. but i cant replace them as i could do in the envelope.like company name, title,address ,city, st, zip code. plz can any one help on this. Thanks in advance
    Posted to Web Forms (Forum) by joynee on 11/10/2008
  • word doc pagesetup problem in C#

    i am given a word template to automate using C# including page formatting. i am having problem with pagelayout. i dont understand how to set pagemargins using pagesetup in C# .i want to change default settings.and give custom settings.plz anyone help me on this.i am glad Thanks
    Posted to Enterprise Services Integration (Forum) by joynee on 11/6/2008
  • Re: how to do word doc pagesetup in C#

    can i get someother answer related to C#
    Posted to C# (Forum) by joynee on 11/6/2008
  • how to do word doc pagesetup in C#

    worddoc. PageSetup . LeftMargin = InchesToPoints ( 0 . 5 ) in VB I dont know how to do it in C#.plz Can anyone help
    Posted to C# (Forum) by joynee on 11/5/2008
  • word doc papersize in DDL

    i am given word doc to automate .as a part of formatting it i need to give options for user to select papersize and orientation in dropdownlist. how to get pagesetup options like A4,legal,Letter into DDL.and when user selects any one, it shud be applied to word doc using C#.plz can anyone help on this. Thanks in advance
    Posted to Enterprise Services Integration (Forum) by joynee on 11/4/2008
  • how to use pdf creator after word automation in code behind

    i have a word doc to automate and generate it in pdf.i have a pdf creator but i dont know how to add it to my code behind class.I am glad if anyone can help me on this. thanks in advance
    Posted to Getting Started (Forum) by joynee on 11/4/2008
  • how to change page format for word using C#

    i am given a word template to automate.in which formatting is also a part.i have to take A4,letter,legal,A5,A6.... into a dropdownlist.on selecting one size the potput is taken.my dbt is how to write method for selecting items(paper size) in DDl.plz cany anyone give some suggestions on this... Thanks in advance
    Posted to Enterprise Services Integration (Forum) by joynee on 11/3/2008
  • Re: How to create a forum discussion web page?

    Amee thx for the info given..i got some idea now..do u mind to send some screen shots of controls used in the page...plz..
    Posted to Web Forms (Forum) by joynee on 10/17/2008
Page 1 of 13 (122 items) 1 2 3 4 5 Next > ... Last »