Everything is fine , encryption\decryption is fine too , working very well , but I'm stuck in this little problem , How to decrypt the whole dataview object before I bound it to any control ?
bear in mind that encryption\decryption routines accept only string and the enc\dec key !
ThanksVB Code:
Dim dv As New DataView(ds.Tables(TableStr), "" & colum & " Like'" & SearchText & "%'", colum, DataViewRowState.CurrentRows)





Reply With Quote