For part (2) check out this link
http://www.geekpedia.com/t
Main Topics
Browse All TopicsHi
Part 1) I need to create a page that allows a user to browse for an xml file on the client. If possible the open file dialog must have a .xml filter
Part 2) When the import button is clicked the data in the xml file is then displayed in a gridview.
Solution required in ASP.NET2.0 and C#
Thanks in advance.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
For part (2) check out this link
http://www.geekpedia.com/t
Some browsers support the ability to restrict the kinds of files (that can be attached to the contents of a form) using an ACCEPT attribute. The value of that attribute is a comma-separated list of MIME content types. For example, ACCEPT="image/*" would restrict files to images. Notice that the ACCEPT attribute is not defined in HTML 3.2, although it is defined in RFC 1867 to which the HTML 3.2 Reference Specification refers in this context for further information.
You can use the <input type="file" name="somename" accept="image/*">
yvsupport, I have made a suggestion here and there is no response from you indicating it didnt work or if it worked. Because of your inactivity this question is being closed accepting my solution by default. If you have a question open, i would suggest responding to the suggestions made and not just close it without any reason.
Business Accounts
Answer for Membership
by: surajgupthaPosted on 2007-12-11 at 07:22:29ID: 20449863
For Part (1)
Select allOpen in new window