| Author: Siva Sankari.R 09 Aug 2008 | Member Level: Gold | Rating: Points: 3 |
Hi,
you just do the convert option outside of the update query by
int a = Convert.ToInt32((TextBox); string b = Convert.ToString(a);
and you just pass the string "b". I think this is error resolution
regards, Sankari.
|