Saturday, 23 July 2011

Common method to fill Emp name and Designation

A new common method is added to fill Employee Name and Designation combo boxes .

Functionality

1)Fill the employee name in the below format.
FirstName LastName [EmployeeCode]

2)Can select the name and designation of currently logged in employee by default.

3)Type and search enabled for both dropdowns.

4)Can filter the employee listing based on designation.

How to use ?

1)
protected void Page_Load(object sender, EventArgs e)
{
CommonFunctions.FillComboEmpNameDesignation(ddlOfficerName, ddlOfficerDesig, true,false);
}

2)
protected void ddlOfficerDesig_SelectedIndexChanged(object o, EventArgs e)
{
CommonFunctions.FillComboEmpNameDesignation(ddlOfficerName, ddlOfficerDesig, true,false);

}
3)

protected void btnClear_Click(object sender, EventArgs e)
{
CommonFunctions.FillComboEmpNameDesignation(ddlOfficerName, ddlOfficerDesig, false,true);
}

Wednesday, 8 June 2011

Sunday, 26 September 2010

IE9 beta released, but its castaway for XP!!!

Check out the minimum requirement to install the latest version of IE.

Internet Explorer 9 Beta system requirements

Computer/Processor

  • Computer with a 233 megahertz (MHz) processor or higher (Pentium processor recommended)

Operating System

  • Windows Vista 32-bit with Service Pack 2 (SP2) or higher

  • Windows Vista 64-bit with Service Pack 2 (SP2) or higher

  • Windows 7 32-bit or higher

  • Windows 7 64-bit or higher

  • Windows Server 2008 32-bit with Service Pack 2 (SP2) or higher

  • Windows Server 2008 64-bit with Service Pack 2 (SP2) or higher

  • Windows Server 2008 R2 64-bit with Service Pack 2 (SP2) or higher

Memory

  • Windows Vista 32-bit – 512 megabytes (MB)

  • Windows Vista 64-bit – 512 MB

  • Windows 7 32-bit – 512 MB

  • Windows 7 64-bit – 512 MB

  • Windows Server 2008 32-bit – 512 MB

  • Windows Server 2008 64-bit – 512 MB

  • Windows Server 2008 R2 64-bit – 512 MB

Hard Drive Space

  • Windows Vista 32-bit – 70 MB

  • Windows Vista 64-bit – 120 MB

  • Windows 7 32-bit – 70 MB

  • Windows 7 64-bit – 120 MB

  • Windows Server 2008 32-bit – 150 MB

  • Windows Server 2008 64-bit – 200 MB

  • Windows Server 2008 R2 64-bit – 200 MB

Drive

  • CD-ROM drive (if installation is done from a CD-ROM)

Display

  • Super VGA (800 x 600) or higher-resolution monitor with 256 colors

Peripherals

  • Modem or Internet connection

  • Microsoft Mouse, Microsoft IntelliMouse, or compatible pointing device

Alif Technocrat Search

Followers