G
Guest
Hi ,
I created a class call GlobalVar in global module
public class GlobalVar
{
public string str1
public string str2
}
how can I set it to my ascx text box ?
I created a class call GlobalVar in global module
public class GlobalVar
{
public string str1
public string str2
}
how can I set it to my ascx text box ?