- Select the current column [Ctrl] + [Space]
- Select the current row [Shift] + [Space]
- Edit the active cell [F2]
- Move to the beginning of the worksheet [Ctrl] + [Home]
- Move to the last cell on the worksheet [Ctrl] + [End]
- Paste a name into a formula [F3]
- Paste a function into a formula [Shift] + [F3]
- Alternate value/formula view [Ctrl] + [`] (on key [1])
- Calculate all sheets in all open workbooks [F9]
- To go to a cell quickly [F5] or [Ctrl] + [G]
- Display the Find dialog box [Shift] + [F5]
- Display the Format Cells dialog box [Ctrl] + [1]
- Create a chart [F11]
- Insert a new sheet [Alt] + [Shift] + [F1]
- Repeat the last action [F4]
- Repeat Find [Shift] + [F4]
- Open [Ctrl] + [F12]
- Exit [Ctrl] + [F4]
- Check spelling of current cell [F7]
- Activate the menu bar [F10]
- Display the Macro dialog box [Alt] + [F8]
- Apply outline to active cell [Ctrl] + [Shift] + [&]
- Convert to a percentage [Ctrl] + [Shift] + [%]
- Select all filled cells around active cell [Ctrl] + [Shift] + [*]
- Move to next sheet [Ctrl] + [Page Down]
- Move to previous sheet [Ctrl] + [Page Up]
- Complete a cell entry and move up [Shift] + [Enter]
- Complete a cell entry and move right [Tab]
- Complete a cell entry and move left [Shift] + [Tab]
- Edit a cell comment [Shift] + [F2]
- Print [Ctrl] + [P]
- Insert current date [Ctrl]
- Insert current date and time [Ctrl] + [Shift]
While accessing the active directory (AD) and authorization manager (AZMAN) , If you get “ Insufficient access rights to perform the operation. (Exception from HRESULT: 0x80072098) “ message check the account that is being used to get the LDAP query from AD . ERROR DETAILS Exception Details: System.Runtime.InteropServices.COMException: Insufficient access rights to perform the operation. (Exception from HRESULT: 0x80072098) Source Error:
Line 154: 'Session("FullName") = System.Security.Principal.WindowsIdentity.GetCurrent.Name.ToString() Line 155: Line 156: If Not User.IsInRole("Role1") Then Line 157: Response.Redirect("./Login.aspx") Line 158: End If
Stack Trace : .... SOLVE IT Steps to do check the app pool rights: Click on the website name that you are having problem with in IIS
In the right panel you will se...
Comments
Post a Comment