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...



Code Snippets Interview Questions
Questions Answers Views Company eMail

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

1 13569

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

1915

communication between main window and new windows

2174

function to combine two or more arrays

Aricent,

2132

Reading which Non-Character Key was pressed

2235

how to Auto Scroll the page

Ninestars,

2051

code to sorting an array of objects

2472

determine which key was pressed and its type

1 4297

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

Nest, TCS,

2117

write a function to validate a given date

1 6446

code to display a Countdown Timer (dynamic)

2 13823

how to create a Custom Scrollbar

2532

code to detect availability of cookies

2173

Code to Block submission of form by pressing Enter Key

TED,

2494

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

2 14976


Un-Answered Questions { Code Snippets }

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(); } }

1889


Can I replace HTML with XML?

580


What is a cdata section in xml?

632


how to test pierrot divisor

2763


How a web page can communicate with a web server while a user type characters in an input field.

1060


What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2912


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.

2687


sample code to auto focusing the first field in a form

2462


Code for Using Keyboard Events?

2595


What is CDATA?

622


How can a procedure fetch data from FTP? I need a general code for this..

1365


What is the functionality of GetWindow?

599


Write a program that will convert an integer pointer to an integer and vice-versa.

891


c# code to Count number of 1's in a given range of integer (0 to n)

4786


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

2521