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 13518

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

1883

communication between main window and new windows

2137

function to combine two or more arrays

Aricent,

2095

Reading which Non-Character Key was pressed

2161

how to Auto Scroll the page

Ninestars,

2003

code to sorting an array of objects

2436

determine which key was pressed and its type

1 4229

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

Nest, TCS,

2078

write a function to validate a given date

1 6368

code to display a Countdown Timer (dynamic)

2 13724

how to create a Custom Scrollbar

2495

code to detect availability of cookies

2134

Code to Block submission of form by pressing Enter Key

TED,

2463

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

2 14868


Un-Answered Questions { Code Snippets }

how to write a program that opens a file and display in reverse order?

3022


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

2779


Code for Method of Handling Factorials of Any Size?

2438


Write a python program to check if a number is a perfect number?

875


How to find No of classes,Packages,No of Methods per Classes and Depth of Inheritance for selecting source code in windows form application using c# .net? (Source code is input Program. It may be Java or .net) Please help me..) Thanks..)

2639


Give the code for Handling Mouse Events?

2324


What are the disadvantages of XML?

527


plzzzzzzzzz xplain this code import java.awt.*; import java.awt.event.*; public class Agency extends Frame implements ActionListener { Label l1,l2,l3,l4; Button b1; TextField t1,t2; String s1,s2,s3,s4; public static void main(String args[]) { new Agency().setVisible(true); } public Agency() { super("Gas Agency Package"); setSize(1280,800); setBackground(Color.lightGray); setLayout(null); // setLayout(new BorderLayout()); t1=new TextField(20); t1.setBounds(440,150,200,30); t1.setBackground(Color.white); t2=new TextField(20); t2.setBounds(440,180,200,30); t2.setBackground(Color.white); t2.setEchoChar('*'); l1=new Label("Gas Agency Package"); l1.setBounds(400,30,300,50); l1.setFont(new Font("TimesRoman",Font.BOLD,25)); l1.setAlignment(Label.CENTER); l2=new Label("Enter your ID and Passoword"); l2.setFont(new Font("TimesRoman",Font.BOLD,20)); l2.setBounds(270,80,300,50); l3=new Label("Enter ID"); l2.setFont(new Font ("TimesRoman",Font.BOLD,20)); l3.setBounds(270,150,120,50); l4=new Label("Enter Passoword"); l2.setFont(new Font ("TimesRoman",Font.BOLD,20)); l4.setBounds(270,180,140,50); add(l1); add(l2); add(l3); add(t1); add(l4); add(t2); b1=new Button("Login"); b1.setBackground(Color.white); b1.setBounds(400,280,100,70); b1.addActionListener(this); add(b1); } public void actionPerformed(ActionEvent e) { if(e.getSource()==b1) { s3="svce"; s4="svce"; s1=t1.getText(); s2=t2.getText(); if(s1.equals(s3) && s2.equals(s4)) { //System.out.println("password is correct"); MenuForm m= new MenuForm(); m.setVisible(true); //this.dispose(); } else { System.out.println("password not correct"); } this.dispose(); } } } plzzzzzzzzz xplain this code

1869


Write a simple encryption program using string function which apply the substitution method.

6059


JasperETL how to install and create simple project explain me clearly fnds iam wtg for ur rply

3932


Teta-Omeg-Big-Oh Show that f(n) = n2 + 3n3 is ;(n3).

3590


What is SAX in XML?

563


What are the special characters used in XML?

571


How can restrict user to type upto 8 characters in textbox in php?

1915


what is the structure of xml document ?

573