Click here to Skip to main content
15,885,278 members

Comments by Hussain Patel (Top 5 by date)

Hussain Patel 27-Oct-16 12:59pm View    
hehe - that's true. I missed to tell you that.
Hussain Patel 2-Sep-16 0:53am View    
<pre lang="C#">lstrnewpgmobileno = ccaCrypto.Decrypt(Session("NEWPGMOBILENO"), lStrworkingKey)</pre>

Based on the error you have told - the problem is the value you are getting in lstrnewpgmobileno is not a valid Base64.

Base64 data length should be multiple of 4 and with padding char '='
Hussain Patel 12-Jun-15 1:08am View    
what is your VS Edition. Can you check in Control panel - Add remove programs as well
Hussain Patel 11-Jun-15 0:31am View    
Pleas use this link for more details on connecting to database.. This might help you
https://msdn.microsoft.com/en-us/library/ms233763.aspx

Hope this helps..
Hussain Patel 28-May-15 22:25pm View    
you are welcome..