Categories
Microsoft Office

How To Enable/Disable Add-Ins In Outlook

How To Enable/Disable Add-Ins In Outlook In this tutorial i will let you know How To Enable/Disable Add-Ins In Outlook.I am writing this post, because recently i am facing some issues when launching OUTLOOK.Outlook show it’s initial screen of loading ADD-INS, and after it will crash itself. So i have checked in Event viewer and come to […]

Categories
Sql Server

How To Display Line Numbers In SQL Server Management Studio

How To Display Line Numbers In SQL Server Management Studio In this tutorial i will let you know How To Display Line Numbers In SQL Server Management Studio.By default this feature is not enabled in sql server management studio.This is very helpful when we are writing a complex query and we get an error, that is […]

Categories
Asp, Asp.net

Repeater Control Example In Asp.Net

Repeater Control Example In Asp.Net In this tutorial i will let you know, Repeater Control Example In Asp.Net. Repeater Control in Asp.Net is used to display repeated list of items.It displays records same like GidView and Datagrid, But as compare to Datagrid and Gridview it is much faster and lighweight.In Repeater we can format the style […]

Categories
Asp, Asp.net

GridView Row Color Change On Mouse Hover

GridView Row Color Change On Mouse Hover In this tutorial i will let you know how to change GridView Row Color Change On Mouse Hover.Here we are fetching data from SQL Server, to change the color of row on mouse hover.Whenever a row in the GridView gets created, the RowCreated event is fired. Using this event, […]