Hi KudVenkat sir, your concepts and the way u explain is outstanding.....I have your all tutorial video and always look for coming one. i check your channel at least once in a day to new video
I've taken the time to comment on only a few videos I've watched on UA-cam and yours are absolutely fantastic. The content is great, and your presentation style is fantastic as well. Be careful, you might get a call from the Khan Academy for your teaching efforts! Congratulations on making a difference.
Hi Venkat You are a great teacher i really like the way you make a presentation. Easy understand, i watched many different video , but i can not follow up at all. The way you explain very effective. First, let me look samples and then explain and then coding and test it . Specially, you zoom out the line of code that more easy for me to copy and look . IF i will be a teacher i will give out the way to teach my student by your way. Thanks .
thanks for the video. how can i adopt the same column size from the grid view as well. it only prints uniform column size and yet i want it to be dynamic. Thanks
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.
+Sakshi Singh Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful. Dot Net & SQL Server training videos for web developers ua-cam.com/users/kudvenkatplaylists?view=1&sort=dd You can order DVDs for offline viewing using the link below www.pragimtech.com/Order.aspx Code Samples & Slides are on my blog csharp-video-tutorials.blogspot.com Tips to effectively use our channel ua-cam.com/video/y780MwhY70s/v-deo.html To receive email alerts, when new videos are uploaded, please subscribe to our channel ua-cam.com/users/kudvenkat Please click that THUMBS UP button below the video, if you like the videos Thanks a million for sharing these resources with your friends Best Venkat
Hi venkat This is chandu,thank you very much for your tutorial,while explaining next part please do it with any of the version control or with team foundation server.It could be a great help for me Thanks Chandu
hii kudvenkat sir, i have a grid with 60 column in it and 90 rows. I cant use paging but i want to generate a pdf file such that when printing row wise, headers should appear on everypage and when splitting column wise first 5 column along with header should come on first page and next 4 columns along with first column should come on 2st page,and so on ..i.e. i want horizontal as well as vertical splitting of gridview in a table format and then generate a pdf
sir that zip file of assembly deleted from the webside which you reffer....so can you please send e that zip file onmy mail or any other way.Thank you.
Hi Venkat Garu When I copy the same code give in your blog. I was able to get the pdf. But when I Insert in to my project . And Empty PDf is generated with out any data. But my grid view is having data. How can I fix it . Please advise. Thank You for all the Help
hello sir Thank you for the great tutorial. here i am unable to use the same code on more than one forms in single project, every time it saves the pdf on another form it saves the empty pdf file. what should i do about it?
Hello Mandar, I know this might be alittle too late but try Commenting out " font.Color = new BaseColor(GridView1.RowStyle.ForeColor);" and Boom ... It will work ... what that line did was give the texts a white color .... I am very sure thats the issue
@@adityavenkat7555 Hello Mandar, I know this might be alittle too late but try Commenting out " font.Color = new BaseColor(GridView1.RowStyle.ForeColor);" and Boom ... It will work ... what that line did was give the texts a white color .... I am very sure thats the issue
If your pdf viewer program is unable to open the pdf file then you may try removing the line of code 'Response.ClearContent();' from .aspx.cs if you have included that in your code.
This is not the best explanation; This is the EXTREME explanation. Hats Off to you Mr. Venkat Prasad.
Hi, thank you very much for the feedback and I am very glad you liked. Really motivated and honoured.
I could'nt agree more.Venkat is a superb teacher.
Hi KudVenkat sir, your concepts and the way u explain is outstanding.....I have your all tutorial video and always look for coming one.
i check your channel at least once in a day to new video
I've taken the time to comment on only a few videos I've watched on UA-cam and yours are absolutely fantastic. The content is great, and your presentation style is fantastic as well. Be careful, you might get a call from the Khan Academy for your teaching efforts! Congratulations on making a difference.
As always the best tutor and tutorials. Thank you so much.
Hi Venkat
You are a great teacher i really like the way you make a presentation.
Easy understand, i watched many different video , but i can not follow up at all.
The way you explain very effective. First, let me look samples and then explain
and then coding and test it . Specially, you zoom out the line of code that more easy for me to copy and look . IF i will be a teacher i will give out the way to teach my student by your way.
Thanks .
Thanks a lot sir excellent and easily understandable
Thank you so much, your tutorial is awesome, this is very helpful! Really appreciate your effort :D
output pdf failed to get current column width in the gridview. please show us how.
Awesome video; thank you so much!
phim set luon luong
Thankyou very much sir.❤
thank you sir it really helped. i want to ask can we populate webform to pdf to ? not only gridview ?
thanks for the video. how can i adopt the same column size from the grid view as well. it only prints uniform column size and yet i want it to be dynamic. Thanks
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.
THANKU SIR..it really helped!!
+Sakshi Singh Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful.
Dot Net & SQL Server training videos for web developers
ua-cam.com/users/kudvenkatplaylists?view=1&sort=dd
You can order DVDs for offline viewing using the link below
www.pragimtech.com/Order.aspx
Code Samples & Slides are on my blog
csharp-video-tutorials.blogspot.com
Tips to effectively use our channel
ua-cam.com/video/y780MwhY70s/v-deo.html
To receive email alerts, when new videos are uploaded, please subscribe to our channel
ua-cam.com/users/kudvenkat
Please click that THUMBS UP button below the video, if you like the videos
Thanks a million for sharing these resources with your friends
Best
Venkat
Hi venkat,
What if we want to add a logo above the grid?How do we do it?
Great like always!
Hi venkat
This is chandu,thank you very much for your tutorial,while explaining next part
please do it with any of the version control or with team foundation server.It could be a great help for me
Thanks
Chandu
hii kudvenkat sir, i have a grid with 60 column in it and 90 rows. I cant use paging but i want to generate a pdf file such that when printing row wise, headers should appear on everypage and when splitting column wise first 5 column along with header should come on first page and next 4 columns along with first column should come on 2st page,and so on ..i.e. i want horizontal as well as vertical splitting of gridview in a table format and then generate a pdf
i have same problems how we found any sloution
This was really helpful
Hi,
Thanks for the tutorial. Its really very helpful. I have a small doubt.
How to give the header text to the pdf file above gridview
How to convert grid view having 18 column to a pdf . When i try to converted the whole alignment is not good to read .Any idea?
Thank you very much. But how can i export pdf if the text contains arabic
i need method export grid view to pdf content data Arabic
very good guide and its work very good but if i change the language to hebrew the header is blank can you help me ?
Sir please suggest how to set widht of row
and how to change font size of Row.....
Hi Sir,
Can you explain how to convert html to PDF. If i use itext shrper, it corrupts the regional languages how to solve this problem
thank you
but this does not support arabic, i filled the cells with arabic words and they show up empty
any solution please??
sir that zip file of assembly deleted from the webside which you reffer....so can you please send e that zip file onmy mail or any other way.Thank you.
Thanks you sir.
How can i export both gridview and chart to PDF with help of iTextSharp?
Hi Venkat Garu
When I copy the same code give in your blog. I was able to get the pdf.
But when I Insert in to my project . And Empty PDf is generated with out any data.
But my grid view is having data.
How can I fix it . Please advise.
Thank You for all the Help
Both browsers Internet Explore and Chrome are having this Issue . A blank PDF page is generated.
Thank You I have been using pdfTable.AddCell(pdfCell.Phrase.Content.ToString()); and it works fine
hello sir
Thank you for the great tutorial.
here i am unable to use the same code on more than one forms in single project, every time it saves the pdf on another form it saves the empty pdf file. what should i do about it?
Hi Mandar,
I am running in to same issue . Any Idea how to fix it. Pleas advise.
Hello Mandar, I know this might be alittle too late but try Commenting out " font.Color = new BaseColor(GridView1.RowStyle.ForeColor);" and Boom ... It will work ... what that line did was give the texts a white color .... I am very sure thats the issue
@@adityavenkat7555 Hello Mandar, I know this might be alittle too late but try Commenting out " font.Color = new BaseColor(GridView1.RowStyle.ForeColor);" and Boom ... It will work ... what that line did was give the texts a white color .... I am very sure thats the issue
You are a god
Thank youuu a lot
Thank You
BaseColor is not working. Why?
I get document with some data not all of it how can i change the width in the cell inside so it collects big string ? Pls anyone !
Hello. How I can Export repeater to word and pdf
Hello, is there a way to put a password to the pdf?
not getting the option of header row in gridview.wat to do
Use union in your query
Beautiful! worked fine as fuck!!! thanks men!! you saved me!
How to generate PDF Using Repeater And with HTML Code in ASP.Net ??
how to add footer row in pdf file?
You forgot to set the foreColor for the dataRow. ;)
Hi man the code works but my challenge is that the header is non showing at all.
here is my code:
SIR PLEASE UPLOAD CRYSTLE REPORT VIDEO IN ASP.NET
Getting an error....
"Unable to load pdf document"
What to do??
If your pdf viewer program is unable to open the pdf file then you may try removing the line of code 'Response.ClearContent();' from .aspx.cs if you have included that in your code.
sir, you're a life saver! Also, someone is stealing your videos
watch?v=omnN96EEmJw