A
Arjen
Hi,
I need to add a Guid parameter to my objectdatasource. But how???
First I get a string with the guid value. Sounds like I have to transfor the
string to guid.
Second I have to add the guid to the objectdatasource.
Here you see a string...
ObjectDataSource1.SelectParameters.Add(new Parameter("myCode",
TypeCode.String, myGuid));
(myGuid is my guid as a string value)
This don't works... but there is no Guid option in TypeCode... what to do?
Thanks!
Arjen
I need to add a Guid parameter to my objectdatasource. But how???
First I get a string with the guid value. Sounds like I have to transfor the
string to guid.
Second I have to add the guid to the objectdatasource.
Here you see a string...
ObjectDataSource1.SelectParameters.Add(new Parameter("myCode",
TypeCode.String, myGuid));
(myGuid is my guid as a string value)
This don't works... but there is no Guid option in TypeCode... what to do?
Thanks!
Arjen