ControlTextFormater
Hi,
can anyone explain me what does the following code do??
if( !IsPostBack )
{
ControlTextFormater f = new ControlTextFormaterPage.Request.PhysicalApplicatio nPath,this);
OPartGroup partGroup = PartLabourSystem.CreatePartGroupObject();
Session["PartGroup"] = partGroup;
for(int index =0; index< PartGroup_GroupType.Items.Count; index++)
{
PartGroup_GroupType.Items[index].Text = TranslatePartGroup_GroupType.Items[index].Text);
}
}
Karthik
[Nothing is impossible]
__________________
Karthik
[Nothing is impossible]
|