Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Validating each cell in a Datagrid


Message #1 by "nik" <ngmtech@r...> on Sat, 23 Nov 2002 04:44:29
Hi,
    I am using a DataGrid in a webform.One column in the Datagrid is 
editable and i need to add validation for it.My problem is that I would 
like to have different kind of Validation by using RangeValidator 
depending on the Row selected.
For eg: 
Row 1 should allow only Double values.
Row 2 should allow only String values and so on.

So how to make use of System.Web.UI.Webcontrol.RangeValidator to implement 
this.Pleas help me out

Thanx
Nik


  Return to Index