RockStone
February 16th, 2005, 12:12 PM
Hi,
I am having a problem. I have stored a record in the database at run time and retirieved a System.Guid from the entry saved.. Now i have to make this entry connected to some other table..means this guid is to be used as foriegn key in some other table for this session. so i stored this guid in the session .. but when i get to the other page and try to get this saved guid it is returned as an "object" type .. more over i can convert this guid to the string and use this string to the Guid constructor to create a new guid..i want to know whehter this new guid would be same as the one i saved....or not ....... any other solution????
I am having a problem. I have stored a record in the database at run time and retirieved a System.Guid from the entry saved.. Now i have to make this entry connected to some other table..means this guid is to be used as foriegn key in some other table for this session. so i stored this guid in the session .. but when i get to the other page and try to get this saved guid it is returned as an "object" type .. more over i can convert this guid to the string and use this string to the Guid constructor to create a new guid..i want to know whehter this new guid would be same as the one i saved....or not ....... any other solution????