Which data grid to use

R

R Agam

Hi,

For windows app which data grid is better to use, the one from
(System.Web.UI.WebControls) or from (System.Windows.Forms)?



Thanks,
Ronen
 
N

Noah Coad [MVP .NET/C#]

For a Windows app you use System.Windows.Forms namespace
For the Web, you use System.Web.UI.WebControls

They're placed in those namespaces for a reason. They work better/best/only
for the environment they were designed to run in.

-Noah Coad
Microsoft MVP & MCP [.NET/C#]
 

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