tags:

views:

31

answers:

1

hai, i want to create index.aspx.cs file in mvc.can anybody tell me the process for this? thank u.

+4  A: 

You do not create code behind classes for asp.net mvc views. Use controllers instead.

Arnis L.