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
You need to create it using TABLE / TR / TD tags.
Here is few links which may help you