I am looking into binding some data. What method of output would be better. I usually use Gridviews, but I am unsure if the table would be better now.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should really steer clear of ASP.NET Web Forms controls when using the MVC framework. They don’t play nicely together 100% of the time.
The HTML helpers/ standard HTML elements are the replacement. The idea being that you have more control over what you’re doing that with Web Forms.
There are some nice grids available: