Hi,
When I add following to my code it is not working.
pSource = Left(pSource, 49)
Left function is causing this issue and I am not sure what is
incorrect. I do not get any error when I compile this code but when I
execute the code it is not giving any result.
I am importing following libraries
Imports System.Web.SessionState
Imports Toyscamp.shoppingcart.shoppingcartdb
Imports ccauthorization.ccAuthorize
Imports System.Data.SqlClient
=============================
I read somewhere that i have to add
Imports System.VisualBasic but it is giving me syntax error.
I am using VB.Net
Thanks
Jon Skeet [C# MVP] - 19 Mar 2006 07:40 GMT
> When I add following to my code it is not working.
>
[quoted text clipped - 15 lines]
>
> I am using VB.Net
Could you post a short but complete program which demonstrates the
problem?
See http://www.pobox.com/~skeet/csharp/complete.html for details of
what I mean by that.

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too
Ken Cox - Microsoft MVP - 20 Mar 2006 04:33 GMT
Are you sure there's a value in pSource?
> Hi,
> When I add following to my code it is not working.
[quoted text clipped - 18 lines]
>
> Thanks