aspx_professional thread: Validating each cell in a Datagrid
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
|





