Top Solutions

How to read your xml file in asp.net?

In this Article, I explain how to read your xml data’s using dataset. Normally to Dataset contains Readxml property to read the xml file content. Here I am using this Readxml property to read a content from xml file.

How to upload a file in asp.net mvc?

In this article, I describe how to upload a file in mvc. Here I am using normal html input statement to upload a file, in this input control use type as file and use form post method in html beginform.