This is an ASP.Net forum so you probably won't get very good answers. Here is my not very good answer -
How are you setting the values in the dataset? Show us the code.
Have you used the debugger to see what values are in dsser.Tables["Info"].Rows[0] when you try to extract them? Are _id and _auth being set to what you expect? Are the values in the dataset what you expect? If not, what are they?
Paul Linton
Star
13403 Points
2531 Posts
Re: Trying to set property when executing authentication against DB but values are lost later in ...
Apr 22, 2012 04:02 AM|LINK
This is an ASP.Net forum so you probably won't get very good answers. Here is my not very good answer -
How are you setting the values in the dataset? Show us the code.
Have you used the debugger to see what values are in dsser.Tables["Info"].Rows[0] when you try to extract them? Are _id and _auth being set to what you expect? Are the values in the dataset what you expect? If not, what are they?