Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.NET Grid control

Status
Not open for further replies.

bwysocki

Programmer
Sep 19, 2001
38
US
Hello all,

We've been using Visual C++ 6.0 with Rogue Wave's Objective Grid package for grid controls. Now we are looking to move into the Visual Studio .NET 2003 world designing web screens. From what I know, Objective Grid doesn't work on the web. Do you guys have any recommendations for a grid control that works well on the web?

Thanks,

Bob
 
There is System.Web.UI.WebControls.DataGrid class for the Web and System.Windows.Forms.DataGrid for the application form.
-obislavu-


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top