Programming Code Interview Questions
Questions Answers Views Company eMail

Coding for using Nullable Types in C#?

1 5342

Coding for Manipulate XML File Data Using C#?

1 8238

Code for Creating a Form Using PlaceHolder Controls?

Arena, JSA,

2542

How to get Dynamically Linked Comboboxes Set?

HCL,

2214

How to Snap the Cursor to a Button?

1 3529

How to use Client-side Script to Focus Controls in ASP.NET?

2606

Give coding for Implementing a Fixed GridView Header in ASP.NET?

1 8374

How to Create Scrollable Micro Windows?

2 4615

Coding for Synchronizing Cache Access in ASP.NET?

3330

How to Export Data to Excel?

Eastcom Systems,

4 9652

Give coding for Exception Handling Techniques in ASP.NET?

Microsoft,

3 9106

Coding for .NET Delegates?

2300

Code for IP Address Comparison and Conversion in C#?

4190

Code for Sending E-Mail with System.Web.Mail?

2 7064

Code for Getting Information About A File?

1 4841


Un-Answered Questions { Programming Code }

Write a code snippet to display an integer in a binary format?

654


what is runtime class?

2433


Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?

4106


What is full form of PEPSI

2146


Code for Easily Using Hash Table?

2660


create a .dll component operation and use created component in another project. required methods events and properties. connect, add,search,data report

2277


Could u please tell me any UNIX scripts that 'll lead to find the network latency of the servers.?or else any unix command to find the network latency of a server?Thnx in advance...

1874


Bubble Sort. java thereafter the user will be asked to inpout the size of the list,sort the list in ascending order and display the sorted list in a horizontal manner???

2711


What is the functionality of SetForegroundWindow?

580


Code for Using Keyboard Events?

2317


I have this code in leftmenu.ascx page..now on leftmenu.ascx.cs page i want to access id values. but i dont want to check manually like Accommodation,Arts etc.. In cs file my code is like string str[]; //this array contains some values say 10 strings for(i=0;i<100;i++) { if(str[i]==id id.visible=true } i.e.i want to travel for each element of str and each value of id.if they match then id.visible=true how to do?

4093


What is the functionality of EnumWindows?

546


Create a program to read two random data set in two files named data1.txt and data2.txt manifold contains integer numbers, whereas data2.txt file contains the float type numbers. Simpanlahmasing each into 2 pieces of data that is an array of type integer array and an array of type float, then calculate the average numbers in the second array.

2384


plzzzzzzzzz xplain this code import java.awt.*; import java.awt.event.*; public class Link extends Frame implements ActionListener { Label l1; Button b1; public static void main(String sr[]) { new Link().setVisible(true); } public Link() { super("Warning"); setSize(500,500); setBackground(Color.lightGray); setLayout(null); l1=new Label("There is no Link"); l1.setBounds(0,0,500,460); l1.setFont(new Font("TimesRoman",Font.BOLD,35)); l1.setAlignment(Label.CENTER); add(l1); b1=new Button("QUIT"); b1.setBackground(Color.orange); b1.setBounds(0,460,500,40); b1.addActionListener(this); add(b1); } public void actionPerformed(ActionEvent e) { this.dispose(); } }

1725


What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?

4086