Microsoft Related Interview Questions
Questions Answers Views Company eMail

what is the Difference between Recordset and Querydef?

1852

What is the use of Tabledef?

1538

what are the Default cursor Type and LockEdit type in DAO?

1715

What is the default workspace?

1636

1s it posible to Create Tables Through Querydef?

1693

It is possible to access Text (x.txt) files? Explain.

TCS,

1 3511

What is ODBC Direct and Microsoft Jet Database Engine ?

1850

Is it possible to Manipulate data through flexgrid? Explain.

2050

what are the Types of DBCombo boxes?

1677

What do you mean by Databound Controls Explain?

1418

What is RDO?

1 4250

what are the Types of cursors in RDO?

1860

what are the Types of LockEdits in RDO?

1542

what are the Types of LockEdits in RDO?

1663

what are the Types of Resultsets?

1650


Un-Answered Questions { Microsoft Related }

Where is the image located, after youve placed it on the report?

650


How to add a javaScript function in a datagrid?

558


How do I create an index in word 2019?

314


How do I insert a list of figures in word?

344


What is pop and imap settings?

1






Which are the important namespaces used in ASP.Net MVC?

588


What are three parts of a formula in excel?

336


How do you type fractions?

315


How do I split text in an excel cell?

320


What is len function in excel?

302


What is application variable in asp.net?

457


What is the difference between method and constructor in c#?

448


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

1661


What a diffgram is, and a good use for one?

552


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.

1428