Tag Archives: call a variable

دسترسی به یک متغیر از code in line در codebehind

گروه فنی مهندسی پرهاست ParHost.net

how to call a variable in code behind to aspx page The field must be declared public for proper visibility from the ASPX markup. In any case, you could declare a property: private string clients; public string Clients { get { return clients; } } UPDATE: It can also be declared as protected, as stated in the comments below. Then, to call it on …

Read More »