Hi,
the name urllnk indeed does not exist in the current context because you need to declare urllink either as a public property or protected variable with page scope.
Code:
public string urllnk { get; set; }
Once you've done that you could use it as an inline expression.