Property Builder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello I would like to use the Property Builder functionality in a Windows
Application. Why can't I find the Property Builder just beside the Auto
Format link when i click on a DataGrid?

I am searching this problem in many Discussion Groups and I cannot find
anything about it. I just can find tipps to use a Property Builder in a Web
Application. Isn't it possible to use the Property Builder in an c# Windows
Application in Visual Studio .net 2003 Professional?

Thanks
Soheil
 
The DataGrid that you use in a Windows application and the DataGrid that you
use in a Web application are not the same DataGrid. One is the
System.Windows.Forms.DataGrid class and one is the
System.Web.UI.WebControls.DataGrid class.
 
Back
Top