if (!int.TryParse(ds.Tables[s].Rows[i][Columncountvalue + 10].ToString().Trim(), out parsedValue))
{
//statement
}
I have used above code for restrict enter letters in data table columns.now i want to allow decimal points and numbers in data table (100, 102.25)
How to do it.
Loading

Nitin SontakkePosted Sep 26, 2016, 4:44 AM
ketan borsdiyaPosted Sep 26, 2016, 5:06 AM
RajaPosted Sep 26, 2016, 4:51 AM