How to check your Internet Usage for Airtel Broadband?
Do you want check your internet usage for Airtel Broadband connection, click the below link.
Public Class boUsers #Region "Private Variables" Private _uid As Integer #End Region #Region "Public Properties" Public Property uid() As Integer Get Return _uid End Get Set(ByVal value As Integer) _uid = value End Set End Property #End Region
CREATE PROCEDURE [dbo].[sp_GetEmployee]Example:
@EmpId INT,
@EmpName VARCHAR(50),
@DOB DATETIME,
@Error VARCHAR(MAX) OUT
AS
BEGIN
SELECT a.EmpName, b.DeptName FROM tblEmployee aJOIN tblDept b ON b.EmpId=a.EmpIdORDER BY a.EmpName DESCIF @@error <> 0SET @Error = ERROR_MESSAGE()END
ALTER TABLE <table_name>
ADD <column_name> <datatype>
ALTER TABLE <table_name>
DROP COLUMN <column_name>
ALTER TABLE <table_name>
ALTER COLUMN <column_name> <datatype>
ALTER TABLE <table_name>Example:
DROP COLUMN <column_name>
vertical-alignDefinition:
It sets the vertical alignment of an element.Default value:
baselineExample:
{vertical-align:text-top;}Property Values:
baseline, sub (subscript), super (superscript), top, bottom, middle, text-top, text-bottom.
text-transformDefinition:
It controls the capitalization (uppercase, lowercase, titlecase) of text.Default value:
noneExample:
{text-transform:uppercase;}Property Values:
{text-transform:capitalize;}
{text-transform:lowercase;}
capitalize - convert first character of each word to upper case.
uppercase - convert all character of each word to upper case.
lowercase - convert all character of each word to lower case.
Step 1: Right click on "Start Screen" (windows screen left corner bottom side)
Step 2: Left click on "Command Prompt (Admin)"
Step 3: In Command Window, type "slui 3" and press enter key. Windows Activation Window will be opened.
Step 4: Type activation key for Windows 8 Professional or Enterprise in the dialog box (in Product Key Textbox).
Step 5: Click "Activate" button.Trick Questions
bool, byte, chat, decimal, double, enum , float, int, long, sbyte, short, strut, uint,Reference Types:
ulong, ushort. Value types are stored in the Stack
class, delegate, interface, object, string. Reference types are stored in the Heap