sandy
unread,Feb 2, 2007, 11:29:46 AM2/2/07Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
I need to display the SSN, which is a bound field; however, I need to
format the prefix of the string with asterisks followed by the last
four digits of the field. Also, I need to be able to sort on the
field. How do I do that? I can't seem to get the DataFormatString
property to work. I thought about adding another column as a template
field/label and hiding the bound field. But when I hide the field, I
cannot access the hidden field in the code behind. What am I doing
wrong? Sample code in VB would be much appreciated.