Hi,
I have a small problem
:I want to read a file(EXEL) which resides in client side through my application, I'm using ASP.NET and C# ,I have to give an option to browse and select the file,pls any one help me with a sample piece of code.
Thanks in advance

You'll either have to upload it or create a .NET or ActiveX control that will be able to manipulate the local file. Web apps themselves should not be able to manipulate local files for security reasons if nothing else.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.