Create GridView in asp.net MVC3.0

后端 未结 4 397
慢半拍i
慢半拍i 2020-12-28 09:36

Is it possible to create grid in asp.net MVc3.0. The gridview that is used in asp.net similar to that if yes then please let me know how to create a simple grid in asp.net m

4条回答
  •  攒了一身酷
    2020-12-28 10:15

    You need to create it using TABLE / TR / TD tags.

    Here is few links which may help you

    1. mvc gridview with code
    2. http://www.schnieds.com/2010/01/gridview-in-aspnet-mvc.html

提交回复
热议问题