Alternative to datagrid control in framework 4.0

B

Big George

Hello,

Many years ago I developed a web site in asp.net 1.1. Then I switched
to a database position.

Now, for job reasons, I have to go back to programming in ASP.NET. I
would use framework 4.0.

My web application in asp.net 1.1 used a lot of datagrid controls. I
suppose that datagid control is now deprecated. What would be the new
better control that replaces datagrid in framework 4.0?
 
A

Arne Vajhøj

Many years ago I developed a web site in asp.net 1.1. Then I switched
to a database position.

Now, for job reasons, I have to go back to programming in ASP.NET. I
would use framework 4.0.

My web application in asp.net 1.1 used a lot of datagrid controls. I
suppose that datagid control is now deprecated. What would be the new
better control that replaces datagrid in framework 4.0?

I would say GridView.

Also note that besides ASP.NET Web Forms now you can also choose
ASP.NET MVC !

Arne
 
B

Big George

Thanks for your opinion.

I heard that learning MVC is more difficult than web forms, do you
think so?
 
A

Arne Vajhøj

I heard that learning MVC is more difficult than web forms, do you
think so?

No. Especially not if you have experience with a PHP/Java/Ruby/Python
MVC web framework.

Arne
 
M

Mahernoz

Yes, it has a learning curve. Once u get adjusted with it, you will have a better architecture to work with.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top