Categories
Asp, Asp.net

Ajax ModalPopUp Extender Example In Asp.Net

Ajax ModalPopUp Extender Example In Asp.Net In this tutorial i will let you know Ajax ModalPopUp Extender Example In Asp.Net.The ModalPopup extender allows us to display the content on a element that mimics a modal dialog box, which prevents the user from interacting with the rest of the page. Clicking on OK or Cancel in the […]

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 […]