T
typingcat
Hello.
It was very easy to display the contents of a table in a database using
the GridView. But I wonder if this is possible. The field 'e-mail'
contains original e-mail addresses, but for security reason, I would
like to omit some part of them. For example,
Original field data : (e-mail address removed)
Displayed in GridView : (e-mail address removed) (replace 3 characters
left side of @)
If I use the old way (manually querying and outputting using
<table>...) it will take some time but not a hard job. I just want to
know wheter I can do this with GridView or not. Please let me know if
you have any idea. Thank you.
It was very easy to display the contents of a table in a database using
the GridView. But I wonder if this is possible. The field 'e-mail'
contains original e-mail addresses, but for security reason, I would
like to omit some part of them. For example,
Original field data : (e-mail address removed)
Displayed in GridView : (e-mail address removed) (replace 3 characters
left side of @)
If I use the old way (manually querying and outputting using
<table>...) it will take some time but not a hard job. I just want to
know wheter I can do this with GridView or not. Please let me know if
you have any idea. Thank you.