I am having a web application created in asp.net. In that we are having designer files for my user controls. In that controls are defined like following.
protected global::Common.Controls.ETextBox txtDummy;
what is the meaning of global key word in above statement