Hindi | Export GridView to Excel in ASP.Net with Formatting using VB.Net

Опубликовано: 24 Июль 2026
на канале: ASPSnippets
207
5

यहाँ मुदस्सर खान ने बताया है, कि कैसे ASP.Net में VB.Net का उपयोग करके GridView को Excel file में Export करे |

यह video Tutorial बताएगा कि ASP.Net में formatting और paging के साथ GridView को कैसे Excel file में Export करे |

जब Export button पर click किया जाता है, तो GridView को HTML string के रूप में render किया जाएगा जो बाद में Response Stream में लिखा जाएगा और ASP.Net में Word file के रूप में Download किया जाएगा।

Chapters:
0:00 Introduction
0:10 Connecting to SQL Server Database
0:30 Binding the GrdiView
0:40 Formatting the GridView
5:20 Pagination in GridView
6:25 Exporting Gridview to Excel file
11:23 Demo

Blog: http://aspsnip.pet/456
Code: http://aspsnip.pet/456?code
Demo: http://aspsnip.pet/456?demo
Q&A: http://aspsnip.pet/456?ask
Author: http://aspsnip.pet/456/?author

English version:    • Video  

Follow us on:
Facebook: http://aspsnip.pet/FB
Instagram: http://aspsnip.pet/IG
Twitter: http://aspsnip.pet/TW

#GridView #Export #GridViewExportExcel #ExportExcel #ASP.Net #VB.Net #Hindi