P
PatLaf
Hello all,
I have an application that reads guids from sql server
and stores them as the value in a drop down list. Once
they are stored as strings I can't figure out how to get
it back to a guid type for the sql server's sproc. I keep
getting an invalid cast from string.....type string
cannot be converted to guid. The problem is that I need
the string converted back to guid so that I can qry the
db using the guid. Any ideas would be greatly appreciated.
Thanks in advance
Pat
I have an application that reads guids from sql server
and stores them as the value in a drop down list. Once
they are stored as strings I can't figure out how to get
it back to a guid type for the sql server's sproc. I keep
getting an invalid cast from string.....type string
cannot be converted to guid. The problem is that I need
the string converted back to guid so that I can qry the
db using the guid. Any ideas would be greatly appreciated.
Thanks in advance
Pat