Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Microsoft Related Interview Questions
Questions Answers Views Company eMail

How will you define a function to accept variable number of arguments ?

1 4014

How will you define a function to accept optional arguments?

1 4352

How does the following statements work? On Error Goto Err_Handler

2 5282

How does the following statements work? On Error Resume Next

1 4602

How does the following statements work? On Error Goto 0

4 7724

What will happen if you issue a Resume statement after handling an error?

3 5400

What are the Sequence of events when a form is loaded in Visual Basic?

6 21101

what are the Differences between Modal and Modaless forms?

2 15975

What are the different cursor types that can we create using ADO Recordset? Difference between these cursor types?

2 10103

What is the difference between a ActiveX DLL and a ActiveX EXE?

Infosys,

2 18819

What are the types of Instancing property that can be set for a Class in a ActiveX DLL and ActiveX EXE?

1 6717

What does DoEvents do?

2 6243

Which datatypes in Visual Basic are capable of accepting Nulls?

1 4322

Is Visual Basic case sensitive in general?

3 7723

How do you call a function in a DLL?

1 4140


Un-Answered Questions { Microsoft Related }

What about pricing for the new office 365 for business offerings?

13


How to send xml file on server using http protocol?

1066


Draw Sequence Modal of DAO and Explain?

2120


hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays

2386


How do I force a file dialogue box to reread the currect disk?

1504


How would you attach pictures in column headers of List View Control?

2157


What is the latest version of ms word?

802


Explain element .net mobile with example? : Microsoft dot net mobile

1034


Why am I getting an invalidoperationexception when I serialize an arraylist?

954


Explain the difference between system.string and system.stringbuilder classes?

1063


How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?

1096


What is microsoft c register server?

1075


Which namespaces are necessary to create a localized application?

1125


Explain how can we remove handlers at run time?

1061


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.

1877