Code Snippets Interview Questions
Questions Answers Views Company eMail

Code for Easily Using Hash Table?

2377

Code for Two Classes for Doing Gzip in Memory?

2801

Code for Small C++ Class to Transform Any Static Control into a Hyperlink Control?

Wipro,

2549

Code for Adding Message and Confirmation Boxes Using JavaScript?

1 5081

Create a ViewState Property?

TCS,

2277

Code for Document Validation in XML.NET?

TCS,

1977

Code for a Simple Way to Write XML in .NET (XmlTextWriter)

1 4091

How to Bind Nested XML to a Repeater Control with Container.DataItem?

3211

Code for Presenting Parent/Child Data in a Data Grid Row?

TCS,

2098

Code for Communicating over Sockets?

1934

How to use a Multidimensional SAFEARRAY to pass data across from COM objects ?

Infosys,

1 5831

Code for Adding Scripting Support to an Application?

1374

Code for using a Hot Key in an ActiveX Control?

1366

How to Link Different Data Sources Together?

1789

Code for Searching for Multiple Matches with the MatchCollection Class?

TCS,

2963


Un-Answered Questions { Code Snippets }

Design an implement of the inputs functions for event mode

2950


What software is available for XML?

360


write a program that reverses the input number of n.Formulate an equation to come up with the answer.

7016


Given a table of the form: Product Sold on A 1/1/1980 B 1/1/1980 C 1/1/1980 A 1/1/1980 B 1/1/1980 C 2/1/1980 A 2/1/1980 There are 30 products and 10,000 records of such type. Also the month period during which sales happened is given to u. Write the program to display the result as: Product Month No. of copies A January 12 A February 15 A March 27 B January 54 B February 15 B March 10 C January 37

2036


code to get the coordinates of a Click Event

1735






how to manage mlng timer because they don't explain what's it's function?

2448


Code for Easily Using Hash Table?

2377


What is XML DOM?

395


Can Any one suggest how we connect QTP and Mainframe and do validation from Mainfram screen

1922


code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc

1730


What is the functionality of FindWindow?

559


Create a Menu that can be activated while clicking on Right Mouse button

1694


Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.

2667


Given a circular list of integers (when you reach the end of the list you come back to the beginning), what is the most efficient algorithm to find the smallest integer in the list? For example: circular_list = [22, 52, 66, 82, 5, 8, 12, 19].

1371


3) Int Matrix of certain size was given, We had few valu= es in it like this. =97=97=97=97=97=97=97=97=97=97=97 1 = | 4 | | 5 | &= nbsp; | 45 =97=97=97=97=97=97=97=97=97=97=97 &n= bsp; | 3 | 3 | 5 | = | 4 =97=97=97=97=97=97=97=97=97=97=97 34 |&nbs= p; 3 | 3 | | 12 | &= nbsp; =97=97=97=97=97=97=97=97=97=97=97 3 | &nbs= p; | 3 | 4 | = | 3 =97=97=97=97=97=97=97=97=97=97=97 3 | = ; | | | = ; 3 | =97=97=97=97=97=97=97=97=97=97=97 &= nbsp; | | 4 | = ; | 4 | 3 We w= ere supposed to move back all the spaces in it at the end. Note: = If implemented this prog using recursion, would get higher preference.

3313