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.
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.
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
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 ?
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.
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 ?
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...
Rotating to landscape works like this (without using the SetPageSize line): Document pdfDocument = new Document(PageSize.A4.Rotate(), 10f, 10f, 10f, 10f);
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.
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.
Hi venkat, Can you please upload some jQuery and WCF related videos.Thank you very much for your help.
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
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.
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 ?
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.
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 ?
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...
Rotating to landscape works like this (without using the SetPageSize line):
Document pdfDocument = new Document(PageSize.A4.Rotate(), 10f, 10f, 10f, 10f);
How about, create sequential pdf documents for each entry? A new document for every entry
How to export image to pdf which is display in grid
how to add footer row in pdf file?