Pages

Subscribe:

Ads 468x60px

Friday, March 2, 2012

how to replace special characters in asp.net using c#

below code is the easiest way to replace the code in asp.net using c#

code for aspx.cs file.
TxtBox1.Text.Replace(",", "");

No comments:

Post a Comment