Datagrid caption missing?

  • Thread starter Thread starter billmiami2
  • Start date Start date
B

billmiami2

I can't compile an existing ASP.NET project on one of my machines
because of the following error:

"System.Web.UI.WebControls.DataGrid does not contain a definition for
Caption"

It compiles fine on another machine. The documentation shows that
Caption is a property of a datagrid. Is there something missing from
my .NET framework installation?

Bill E.
Hollywood, FL
 
Version of the framework? It's a swag, but the only thing I can think of
right off hand.

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
 
Is there a version of the framework that doesn't include a Caption
property for a DataGrid?

On the offending machine, I have both frameworks 1.1 and 2.0 running
but I thought that both of them included DataGrid.Caption

Bill
 
This problem has gone away on its own. Perhaps something was wrong with
my initial 1.1 framework installation. It may have corrected itself
after a reboot or windows update.

Bill
 
Back
Top