Categories
Asp, Asp.net

Rounded Corners TextBox In Asp.Net Or HTML

Rounded Corners TextBox In Asp.Net Or HTML In this tutorial i will let you know how can you create a rounded corner textbox in asp.net or HTML.You can achieve this by applying a simple CSS for textbox. Design View of Page:- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="textbox_riunded corner.aspx.cs" Inherits="textbox_riunded_corner" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 […]

Categories
Asp, Asp.net

How To Disable Browser Back Button In Asp.Net Using Javascript

How To Disable Browser Back Button In Asp.Net Using JavaScript Today i am working on some project, in that i have requirement of disabling browser back button.To do so i searched Google and finally i got to know that we can do this by using JavaScript.You just have to include a JavaScript on your page HEAD section. Code:- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="disable […]

Categories
Microsoft Office

How To Open Outlook PST File

How To Open Outlook PST File In this tutorial i will let you know that how will you open a PST file with Outlook. To open a Outlook data file(.PST) follow these simple steps:- 1. On the File menu, point to Open, and then click Outlook Data File.                     2. Click […]

Categories
Microsoft Office

How To Password Protect Your .PST Files

Protect Your .PST  Files With Password What Is PST:- PST (Personal Storage Table) is an open proprietary file format to store messages, calendar events, and other items within Exchange Client, Windows Messaging, and Microsoft Outlook. Password Protection Benefit:- Main concern is security and privacy. If you don’t want everyone else to see your inbox or your calendar entries then you […]