Now here in this tutorial, I’ll explain the main difference between dataset vs datareader as well as show you how to use dataset or datareader with an example in asp.net using c# and vb.net. In my previous tutorials, I’d explained the difference between dataset and datatable, difference between String and StringBuilder, difference between executereader executenonquery and executescalar, OOP concepts with examples, difference between dataset datareader dataadapter and dataview and other similar tutorials on difference here.
Export GridView Data to Word Excel Text Pdf File in Asp.net C# Vb
In my previous tutorials, I’d explained export only gridview selected row data to word excel text pdf, insert update delete using gridview, print gridview data on print button click and other more cracking tutorials on GridView, Asp.net here. Now here in this tutorial, I’ll explain how to export gridview data with gridview’s exact CSS style and format to word, excel, pdf (using itextsharp.dll) and text file in asp.net using c# as well as vb.net with example code.
Export GridView Selected Row Data to Word Excel Text Pdf in Asp.net
In my previous tutorials, I’d explained how to export gridview data to word excel text pdf in .net, get gridview selected row hiddenfield values, print gridview data on print button click and other more cracking tutorials on GridView, Asp.net, JavaScript, jQuery here. Now here in this tutorial, I’ll explain how to export gridview selected row data with gridview’s exact css style and format to word, excel, pdf (using itextsharp.dll) and text file in asp.net using c# as well as vb.net with example code. Also explained how to send selected gridview row data in email body.
Control ‘GridView1’ of type ‘GridView’ must be placed inside a form tag with runat=server
In my previous tutorials, I’d explained export all gridview data to word excel text or pdf file in asp.net, export only selected rows from gridview to word excel text or pdf file in asp.net, print gridview data on print button click and other more cracking tutorials on GridView, Asp.net here. Now here in this tutorial, I’ll explain how to solve the Control ‘GridView1’ of type ‘GridView’ must be placed inside a form tag with runat=server error while exporting gridview data in asp.net.
RegisterForEventValidation can only be called during Render();
Now here in this tutorial, I’ll explain how to solve the RegisterForEventValidation can only be called during Render(); error while exporting the gridview data in asp.net c# vb.net. In my previous tutorials, I’d explained export all gridview data to word excel text pdf, export only selected rows from gridview to word excel text pdf, print gridview data on print button click and other more cracking tutorials on GridView, Asp.net here.
Simple Insert Update Delete Gridview Records In Asp.net C# Vb
In my previous tutorials, I’d explained about how to bind data to gridview, how to get connection string, gridview inline insert update delete, difference between executereader executenonquery executescalar and other more cracking tutorials on GridView, Asp.net, SQL Server here. Now here in this tutorial, I’ll explain how to show data in gridview and then insert update delete gridview records (perform CRUD operation) in asp.net using c# as well as vb.net with example code.