BugFixes

  1. When reading the value that contains "&" in the database, it converts to "&" on the front end. To avoid this do this:
     HttpUtility.HtmlDecode(gvPpAllValues.Rows(rownum).Cells(2).Text.ToString)

No comments:

Post a Comment