X ) MS Excel
MS Excel :- $ is data reader :- Ms Excel Library :- Using System.Data.OLEDB; Step :- goto the MSEXCEL -- file -- new -- blanck workbook -- Create -- Cell(Id ,Name,City) -- File -- Save as -- file name (Student) -- select drive (C,D,E etc) -- save as type :- Excel 97-2003 workbook Q ) How to connect Excel to dotnet Step 1 :- Ceate a aspx page -- add Excel library (using System.Data.OleDb;) Step 2 :- OleDbConnection cn; OleDbCommand cm; OleDbDataReader dr; Step 3 :- if (!IsPostBack) { } Step 4 :- Source Code :- MsExcel.Aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Z2_MsExcel.aspx.cs" Inherits="ZZExreg" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xh...