problem returning a guid from sql server table to
vb asp.net :
Response.Write("<br>strGUID" & Dr.Item(1))
when i compile i get no error, but the page script shows the following and I can not understand how to display a guid.
at Microsoft.VisualBasic.CompilerServices.StringType. FromObject(Object Value)
at Microsoft.VisualBasic.CompilerServices.ObjectType. StrCatObj
(Object vLeft, Object vRight)
at Intranet.TEAM_Default1.Page_Load(Object sender, EventArgs e)
in \\...\.\Inetpub\wwwroot\Intranet\Intranet_Teams2\T EAM_Default.aspx.
vb:
line 156
would be greatful for any help to solve the problem
A