Generate pdf document from gridview data and store on web server - Part 59

Поділитися
Вставка
  • Опубліковано 2 лют 2025

КОМЕНТАРІ • 13

  • @Csharp-video-tutorialsBlogspot
    @Csharp-video-tutorialsBlogspot  11 років тому

    Hi Harika, can we have these 2 topics covered a little while later, as there are so many people waiting for MVC and WCF. Let's get started with these, and some time in the future I will definitely cover garbage collection and the question you have in exporting to excel. I hope you are OK with the plan. Thank you for your patience.

  • @kirankumar3536
    @kirankumar3536 11 років тому

    Hi venkat
    i sent you request for a Some of the Sql Query's Explanation which will be asked in many of the interviews Plz record a video on it which will help very people who are attending interviews and also explain about Debugging Techniques of an application.

  • @hshoban7382
    @hshoban7382 11 років тому

    Hi venkat, Can you please upload some jQuery and WCF related videos.Thank you very much for your help.

  • @i__m__akshat__dwivedi
    @i__m__akshat__dwivedi Рік тому

    i m using specific columns defined so that extra data will not show up in grid but whenever i m printing that grid it is not printing the pdf just a simple line nothing else

  • @v200901
    @v200901 9 років тому

    Hi Sir, Can we convert the pdf into base64 and keep it in a database table. Actually I want to implement this into Dynamics CRM report.

  • @ashwinipodishetti3631
    @ashwinipodishetti3631 11 років тому

    Hi Venkat, Many of my friends and myself are waiting for your wcf videos, can you please post them first before MVC. I also sent you an email on this. Can you please let me know any tentative date for wcf videos ?

  • @vikasbhabota6444
    @vikasbhabota6444 9 років тому

    hello sir, In my project it is not working. i used item template that bind the multiple column from different tables and show the record easily on page load. but when i click on the export to pdf button it does not show any record related to it although pdf is generated at that time. its tablecell value is null can u tell me the solution for it.

  • @TarunJakz
    @TarunJakz 10 років тому

    Hi sir, can you please tell us how we can print Receipt from Database.
    Eg. A Company's all details are stored in Database and he want to print all customer details at one click on print Button.
    On each page here will be company name, customer name, Sallary for current month.
    How we can achieve that ?

  • @harikaaakutota7776
    @harikaaakutota7776 11 років тому

    hi venkat,
    i have asked how to export from gridview to excel.pls before starting new topic could u show us this .i have u sent u mail....pls check ur mail from harika...in that i have written format of excel...and i want to save excel in client's machine too....so that whenever client wants to see that data....i am requesting to complete this before starting new topic....garbage collector topic there to cover.... is it possible to cover this topic pls...

  • @ww1flyingace263
    @ww1flyingace263 4 роки тому

    Rotating to landscape works like this (without using the SetPageSize line):
    Document pdfDocument = new Document(PageSize.A4.Rotate(), 10f, 10f, 10f, 10f);

  • @NOR3MSTI
    @NOR3MSTI 6 років тому

    How about, create sequential pdf documents for each entry? A new document for every entry

  • @amitkumar-py9xs
    @amitkumar-py9xs 6 років тому

    How to export image to pdf which is display in grid

  • @prodipsarker7113
    @prodipsarker7113 7 років тому

    how to add footer row in pdf file?