i have an error in my numric fields.
just like Phone no., fax no., zip code.
these field in data base are assigned numeric data type.
now when i m assigning these fields to textboxes, there is error cuming, type mis match.
phTxt.Text = rs!Phone
in this line.