Code Snippets Interview Questions
Questions Answers Views Company eMail

validation code / function to allow only Letters in a text box

1 13215

snippet to prevent submission of form when certain/any validations got failed

1709

communication between main window and new windows

1882

function to combine two or more arrays

Aricent,

1863

Reading which Non-Character Key was pressed

1874

how to Auto Scroll the page

Ninestars,

1788

code to sorting an array of objects

2153

determine which key was pressed and its type

1 3858

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

Nest, TCS,

1874

write a function to validate a given date

1 5772

code to display a Countdown Timer (dynamic)

2 13260

how to create a Custom Scrollbar

2224

code to detect availability of cookies

1925

Code to Block submission of form by pressing Enter Key

TED,

2266

HOw to Build a Nested GridView Control with ASP.NET?

2 14293


Un-Answered Questions { Code Snippets }

What is SGML?

416


Hello Sir, Thanks for the Solution but, can you pls. Explain the coding for the Static Function & static variable from the below coding....waiting for Ans. class fact { public static void Main() { fact f=new fact(); int x=1; //Declaration of x as 1 int k=Convert.ToInt32(Console.ReadLine()); for(int i=1;i<=k;i++) { x= x *i; } System.Console.WriteLine(x); } }

2179


Can I execute a XML?

440


How can get all database name using Php and Sql?

1921


hai, i want to know how the connectionpool manager work in the java or netbeans.Anybody having the exact code plz give to me i have no idea about that so help me plz

2757






I am configuring my anaconda file in linux, i want to use as kickstart file, in post installation how can i edit file or change the content of file and save it.

2051


Write a python program to count the number of digits in a number?

641


Write a function which accepts list of nouns as input parameter and return the same list in the plural form. Conditions: i) if last letter is r then append s ii) if word ends with y then replace it by ies iii) call this function in main() and produce the required output. for eg:- if chair is input it should give chairs as output.

4178


What are the features of XML?

445


Write a Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

641


How to get the version(major,minor,revision ) of VB6.0 delphi code .I am able to fetch dll file of vb6.0 but not vba file .Can u send me the code snippet in delphi to get the value for vb6.0.

3572


What is the functionality of GetWindowText?

550


what is main difference between array_push and array_pop?

3885


1.Why does only one copy of a servlet object get created? What happens if you want to remove an old servlet object currently running but do not want to stop the entire servlet engine? 2.How does one servlet object deal with interactions from many browser? (e.g. if your servlet ran an email site, how can it keep track of hundreds of users logging in, reading their mail, etc.)

2531


1+1/2!+1/3!+...+1/n!

2144