Hi everybody,
Sub Validate_Data (Src As Object, Args As GridviewUpdaeEventArgs )
If Not IsNumeric(Args.NewValues("BookPrice")) Then
Args.Cancel = True
EditMSG.Text = "-- Book Price is not numeric. Record not updated." End If
How to write this if part in C#.
Please give the answer.
Thank you,
Aravind .