Sign Up | Sign In
Ask Questions & Get Answers at ibibo sawaal

How we update exlpower numbers in bsnl prepaid?  

Asked in Mobiles & Mobile Connections at 4:22 PM on October 23, 2011

Tags: update exlpower numbers bsnl prepaid

Report abuse
Anonymous
Anonymous

Can you answer these Mobiles & Mobile Connections questions?

Related Search

 

define the cods rule?

from all regular values for example, "distinct from zero or any other number," in the case of numeric values, and independent of data type.It is also implied that such representations must operations including view definitions, data manipulation operations update as well as retrieval, security and integrity constraints, and transaction management operations begin, commit, and rollback.Rule 6

Posted in Computers & Technology by blogger01 at 12:53 PM on May 23, 2008
Tags define, rule

define the cods rule?

" that is systematic, distinct from all regular values for example, "distinct from zero or any other number," in the case of numeric values, and independent of data type.It is also implied operations including view definitions, data manipulation operations update as well as retrieval, security and integrity constraints, and transaction management operations begin, commit, and rollback.Rule 6

Posted in Computers & Technology by Sharad Singh at 9:14 PM on May 15, 2008
Tags define, rule

what is java RMI?

that performs some useful function. He regularly updates this service, adding new features and improving existing ones. Developer B wishes to use the service provided by Developer A. However, its inconvenient for A to supply B with an update every time.Java RMI provides a very easy solution! Since RMI can dynamically load new classes, Developer B can let RMI handle updates automatically for him. Developer A

Posted in Computers & Technology by Fazil at 3:46 PM on June 22, 2008
Tags java rmi

Are windows update really necessary? Service packs ka use kya hota hai? tell me in brief?

-prone than installing a high number of patches individually, even more so when updating multiple computers over a network.Service packs are usually numbered, and thus shortly referred to as SP1, SP2, SP3 etc number of patches individually, even more so when updating multiple computers over a network.Service packs are usually numbered, and thus shortly referred to as SP1, SP2, SP3 etc. It is notable however

Posted in Computers & Technology by Aryan Gusain at 2:20 PM on June 19, 2008

What is Google Pack?

& security options, and offers a large number of add-ons that allow you to customize the look and add useful features. See Tricking Out Firefox for more ideas on how to customize your Firefox browser of downloading, installing, and updating software. You can download and install the entire Google Pack in just a few clicks. And the included Google Updater helps you discover new programs and keep your current

Posted in Computers & Technology by Lucy at 6:01 AM on June 09, 2008
Tags google, pack

Can Any1 Provide me with the code for displaying amount in words. eg if amt is Rs1,00,000 then it should display Rupees one lakh only.To be do using Visual basi

Well Himanshu , you cant get the exact code / program in VB.You need to make some changes in the code to suit your needs.The program in Vb is : Return a word representation of the whole number value.Private Function NumberToStringByVal numstr As String, Optional ByVal useusgroupnames As Boolean = True As String Get the appropiate group names. Dim groups As String If useusgroupnames Then groups = New String

Posted in Computers & Technology by Himanshu at 5:39 PM on June 24, 2008

last night I was searching Google, then i read some thing about google pack? can anyone tell me what is "Google Pack"?

photos, and more. All the software has been verified free of unwanted extra programs or excessive notifications.The Google Pack also takes the hassle out of downloading, installing, and updating software. You can download and install the entire Google Pack in just a few clicks. And the included Google Updater helps you discover new programs and keep your current software up-to-date.The pack consists

Posted in Computers & Technology by Aryan Gusain at 6:42 PM on June 20, 2008

How SMSs update the database on web server and retrieve the results on the GSM mobile phone?

USB Sim card Contacts reader tool recover deleted phone book, address book lost contact names contact numbers Mobile phone Sim card Protector software restore damaged sent items, draft, inbox, outbox, text messages. Sim card processing tool retrieve read and unread message, SMSs .Software display mobile phone sim card identification number ICC-ID. Fetch erased message sender name and number. Rescue

Posted in Computers & Technology by MANOJ at 7:48 PM on June 30, 2008

Define trigger in oracle?

trigger for the Emptab table.CREATE OR REPLACE TRIGGER PrintsalarychangesBEFORE DELETE OR INSERT OR UPDATE ON EmptabFOR EACH ROWWHEN new.Empno > 0DECLAREsaldiff number;BEGINsaldiff := :new.sal - :old.CREATE OR REPLACE TRIGGER PrintsalarychangesBEFORE DELETE OR INSERT OR UPDATE ON EmptabFOR EACH ROWWHEN new.Empno > 0DECLAREsaldiff number;BEGINsaldiff := :new.sal - :old.sal;dbmsoutput.putOl d salary: || :old

Posted in Computers & Technology by blogger01 at 12:54 PM on May 23, 2008

How is PageRank calculated?

matter though, as this equation is good enough.In the equation t1 - tn are pages linking to page A, C is the number of outbound links that a page has and d is a damping factor, usually set to 0.85.We can think of it in a simpler way:-a pages PageRank = 0.15 0.85 a "share" of the PageRank of every page that links to it"share" = the linking pages PageRank divided by the number

Posted in Computers & Technology by munna at 12:35 AM on June 27, 2008

Can anyone tell me What is normalisation in DBMS?

, then we are entering the teachers name, room number, telephone number every time there is a new student. This is a lot of data to enter, and we might mkae a typo. Suppose the teacher changes their room? We and minimum numbers of columns are defined and usability of each column is most. Normalization also identifies the number of table that is required in a specific database development and what will the data

Posted in Computers & Technology by Raj Ahmed at 11:31 PM on July 08, 2008
Tags dbms

after installing sp3 my system is not booting in safe mode also its showing dat "the app fail to start bcoz winsrv was not found re installing may fix it pls"

Toolkit Remote Desktop Connection RDP 6.0 MUI pack Update 925877 for Windows XPPlease uninstall these updates before you install Windows XP SP3. For more information, click the following article number uninstall these updates before you install Windows XP SP3. For more information, click the following article number to view the article in the Microsoft Knowledge Base:949388 http://support.microsoft.com/ kb

Posted in Computers & Technology by aman chauhan at 5:58 PM on June 04, 2008

after installing sp3 my system is not booting in safe mode also its showing dat "the app fail to start bcoz winsrv was not found re installing may fix it pls"

Toolkit Remote Desktop Connection RDP 6.0 MUI pack Update 925877 for Windows XPPlease uninstall these updates before you install Windows XP SP3. For more information, click the following article number uninstall these updates before you install Windows XP SP3. For more information, click the following article number to view the article in the Microsoft Knowledge Base:949388 http://support.microsoft.com/ kb

Posted in Computers & Technology by aman chauhan at 5:58 PM on June 04, 2008
Tags

Define trigger in oracle?

.The following statement creates a trigger for the Emptab table.CREATE OR REPLACE TRIGGER PrintsalarychangesBEFORE DELETE OR INSERT OR UPDATE ON EmptabFOR EACH ROWWHEN new.Empno > 0DECLAREsaldiff number PrintsalarychangesBEFORE DELETE OR INSERT OR UPDATE ON EmptabFOR EACH ROWWHEN new.Empno > 0DECLAREsaldiff number;BEGINsaldiff := :new.sal - :old.sal;dbmsoutput.putOl d salary: || :old.sal;dbmsoutput.put New salary

Posted in Computers & Technology by Sharad Singh at 9:12 PM on May 15, 2008

Similar Questions

Left Ads
© 2006 - 2013 ibibo Web Pvt Ltd. All rights reserved.