Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

john kuruvila

@john kuruvila
About
Posts
12
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • WMI
    J john kuruvila

    Where can I find WMI Programming????:) Jijo kuruvila software developer trivandrum

    C# question

  • How can i avaoid negative values in SQL?
    J john kuruvila

    :)thanx....:) Jijo kuruvila software developer trivandrum

    Database question database

  • How can i avaoid negative values in SQL?
    J john kuruvila

    hi, What is the SQL querry for not having negative values in the table? thanks,jijo Jijo kuruvila software developer trivandrum

    Database question database

  • User Control...
    J john kuruvila

    hii, Can i use multiple datagrid in one user control?ie i am having 3 datagrid for three different orders(purchase,quatation....)when we click purcchase link that grid must poulate... and when we click the second one that particular link must populate..if yes how can we do so??? Thanx jijo:doh: Jijo kuruvila software developer trivandrum

    ASP.NET css question

  • UserControl....
    J john kuruvila

    hii dnh, Thank You...:-D Jijo kuruvila software developer trivandrum

    ASP.NET css question

  • UserControl....
    J john kuruvila

    hii, I am having one user control containing grid.where should i write the code for that grid...in that user control or in the web page..? Jijo kuruvila software developer trivandrum

    ASP.NET css question

  • How can i Export grid to word..
    J john kuruvila

    I am having one grid..i want to export that grid to word..after doing only two fields r coming ie serial no: and total..product name, quantity and unitcost r not coming into the word...those three r from databasee...How can i bring those three to the word... the code looks like this... object fileName = "C:\\Inetpub\\wwwroot\\eBilling\\jijo.doc"; object readOnly = false; object isVisible = true; object missing = System.Reflection.Missing.Value; object oEndOfDoc = "\\StartOfDoc"; object oCurrentCell="\\Cell" ; Word.ApplicationClass oWordApp = new Word.ApplicationClass(); try { Word.Document oWordDoc = oWordApp.Documents.Open(ref fileName,ref missing,ref readOnly,ref missing, ref missing, ref missing,ref missing, ref missing, ref missing,ref missing, ref missing, ref isVisible, ref missing,ref missing,ref missing); oWordDoc.Activate(); oWordApp.Selection.TypeParagraph(); oWordDoc.Content.Delete(ref missing,ref missing); Word.Table oTable; Word.Range wrdRng =oWordDoc.Bookmarks.Item(ref oEndOfDoc).Range; oTable = oWordDoc.Tables.Add(wrdRng, DataGrid1.Items.Count, 5, ref missing, ref missing); oTable.Range.ParagraphFormat.SpaceAfter = 6; int i,j; for(i=0;i

    C# css question

  • Dynamically generate a MS Word document using ASP.Net
    J john kuruvila

    Thanx a lot....:) Jijo kuruvila software developer trivandrum

    C# csharp asp-net question

  • Dynamically generate a MS Word document using ASP.Net
    J john kuruvila

    How we can Dynamically generate a MS Word document using ASP.Net? Jijo kuruvila software developer trivandrum

    C# csharp asp-net question

  • Dynamically generate a MS Word document using ASP.Net
    J john kuruvila

    How we can Dynamically generate a MS Word document using ASP.Net????? Jijo kuruvila software developer trivandrum

    C# csharp asp-net question

  • Dynamically generate a MS Word document using ASP.Net
    J john kuruvila

    How we can Dynamically generate a MS Word document using ASP.Net??? Jijo kuruvila software developer trivandrum

    ASP.NET csharp asp-net question

  • How we can print the items in Datagrid to MicrosoftWord format?
    J john kuruvila

    I have a datagrid which contain purchase Order details..How can i print it to Word format...when we click the print button...what code we must write in the print button event? Jijo kuruvila software developer trivandrum

    ASP.NET question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups