Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Datagrid : new column type


Message #1 by "FERRERES" <wferreres@n...> on Tue, 25 Feb 2003 17:43:10
Hello,
I would like to be able to use the following method :
DataTable newDt = new DataTable();
newDt.Columns.Add(new DataColumn("Display",typeof(QuasiNumber)));
So, i have to define my new data type QuasiNumber.
QuasiNumber is a string value that can be cast to number.
First, is it possible ?
Is there a sample or what does I have to implement ?
Thanks.

  Return to Index