Hallo, ich danke Ihnen für Ihre Hilfe.
Hello, thank you for your help.
I am getting data, but it is not what I am looking for. Currently the request returns a single number, in this case the number 8.
Again I have tried all I know, here is the code I am using in the page behind to get the value of the UserID.
protected void Page_Load(object sender, EventArgs e)
{
HiddenField UserId3 = (HiddenField)FormView3.Row.FindControl("UserId3");
UserId3.Value = YafContext.Current.PageUserID.ToString();
Any suggestions where I am going wrong?
Thanks again
Till later
Michael