Programming Languages (22694)
Scripts (9273)
Networking (2571)
Microsoft Related (21566)
Databases (16609)
Operating Systems (11983)
Testing (17995)
Servers (1375)
MainFrame (6620)
Java Related (15396)
Middleware (526)
Web Related (7038)
Data Warehouse (8975)
HR Questions (2698)
Software Design (1923)
Debugging (73)
Version Control (464)
Editors (229)
Telecom (1164)
ERP CRM (26477)
Embedded Systems (1221)
Client Server (333)
Artificial Intelligence (3276)
Cryptography (718)
EAI (466)
Multimedia (644)
Software Development Life Cycle (303)
Image Processing (170)
Mobile OS (3116)
Security (125)
Big Data (4325)
Cloud Computing (1789)
Automation (2674)
Internet of Things (IoT) (299)
Apache Related (370)
Frameworks Tools (1329)
Oracle Related (0) HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me sample script for this where there is some condition. like if "text" THEN msgbox() else endif
7 70961I have already 50 open sales order,But i need those 50 open sales order wll active incomplition of one particular field.can any body has about it ? is it possible to do incomplete field those 50 sales order
2 8077
What is your UNIX experience and the types of UNIX systems you have worked on.
Hi, If anyone has TD 14 Basics dumps or study materials, please share. nirmaaal1991@gmail.com
Explain “row_number()” in sql server with an example?
i want dumps for base SAS erification so please provide me link or information on my mail id pritam.vidulkar@gmail.com
List out the new features of html5?
what are the storage devices you have worked on?
What is clustered index
Does Kotlin provide any additional functionalities for standard Java packages or standard Java classes?
When to use explode in Hive?
Why was APJ Abdul Kalam so popular? Have you read 'Wings of Fire'?
How do you install/use jquery in a project. What is the minimum setup needed to start using jquery.
Were you involved in any data conversion, which one?
Tell the name of deputy governor of RBI?
Why am I getting an invalidoperationexception when I serialize an arraylist?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.