Top Solutions

How to use RedirectToAction in asp.net MVC?

In this Article, I explain how to use RedirectToAction in asp.net mvc. Why we use RedirectToAction?. For using RedirectToAction function we have to redirect your controller from one to another with different type of views.

What is Routing in asp.net mvc?

Routing is nothing but simply your mvc url. What mean is that simply your url. for example some developers using some kinds of prefix name cls with class name and also given method name as their own idea.

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.