ASP.NET 2.0 ProfessionalIf you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
i have Excel sheet , i want to load from that in to my ASp.NET Application ,i want to load particular cell value in ASP.NET,and i want to send a value to particular cell in asp.Net,Please Help me Thanks in Advance.
There is an ODBC driver for Excel. You could use the System.Data.Odbc classes to retreive data from an Excel spreadsheet similar to getting it from any other data source. I have never used this driver but I don't know of any reason it wouldn't work.