Programming Code Interview Questions
Questions Answers Views Company eMail

Coding for using Nullable Types in C#?

1 5378

Coding for Manipulate XML File Data Using C#?

1 8255

Code for Creating a Form Using PlaceHolder Controls?

Arena, JSA,

2567

How to get Dynamically Linked Comboboxes Set?

HCL,

2228

How to Snap the Cursor to a Button?

1 3559

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

2639

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

1 8408

How to Create Scrollable Micro Windows?

2 4650

Coding for Synchronizing Cache Access in ASP.NET?

3350

How to Export Data to Excel?

Eastcom Systems,

4 9714

Give coding for Exception Handling Techniques in ASP.NET?

Microsoft,

3 9154

Coding for .NET Delegates?

2318

Code for IP Address Comparison and Conversion in C#?

4204

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

2 7103

Code for Getting Information About A File?

1 4869


Un-Answered Questions { Programming Code }

Common UI for Multiple web applications. Suppose there are 35 websites using same third party controls.These 3rd party controls are made together that all 35 websites can use these controls.If we put all 3rd party controls and use its dll in 35 websites,only class files will be accessable. But I want to use CSS,images also in all 35 websites. how I can design the N-tier solution for this project.

2446


solve the problem in the programming language C++"if a five digit number is input through the keyboard.Write a program to calculate the sum of its digits(hint: use the modulus operator)

3188


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

4118


create a C-code that will display the total fare of a passenger of a taxi if the driver press enter,the timer will stop. Every 10 counts is 2 pesos. Initial value is 25.00

6629


Write a Program to find the sum of digits of a given number until the sum becomes a single digit.

681


How do you verify if the two sentences/phrases input is an anagram using predefined functions in string.h and by using arrays?

2299


What output does the following code generate? Why? What output does it generate if you make A::Foo() a pure virtual function? class A { A() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; class B : public A { B() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; int main(int, char**) { A objectA; B objectB; return 0; }

928


write a program in java to find the moving average of all prime numbers between 2 and 100.

3823


How to update and insert from datagridview at run time in excel database?

2960


How to Split Strings with Regex in Managed C++ Applications?

3352


write a c program which takes 20 numbers in an array as input from user and rearrange them in two different array defining even or odd

2861


can any body give me answer to this question please? please give me code in cl with the folling specifications. 1.Accept 2 parameters-date and date type 2.If date type is J then convert date to *MDY format 3.If date type is M convert date to *JUL format 4. Send a program message with the value of converted date? Please give me the answer.Because im practicing in my house.Im taking trining on AS/400.

2040


What is the functionality of GetWindowText?

550


Dear sirs, Hi, I would like to inform you that I want to perform a project using MLP neural network to recognize binary images containing three types of geometric shapes such as squares,rectangels and circles. Furthermore,each image includes only one geometric type. The output of network would be: '1' if the network detects square shape. '2' if the network detects rectangle shape. '3' if the network detects circle shape. '4' if none of these shapes detected. Would you please send me a matlab source code for this project? Your prompt reply would be so appreciated. regards,

1920


how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns

3388