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 13590

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

1929

communication between main window and new windows

2177

function to combine two or more arrays

Aricent,

2145

Reading which Non-Character Key was pressed

2244

how to Auto Scroll the page

Ninestars,

2060

code to sorting an array of objects

2481

determine which key was pressed and its type

1 4311

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

Nest, TCS,

2126

write a function to validate a given date

1 6483

code to display a Countdown Timer (dynamic)

2 13843

how to create a Custom Scrollbar

2546

code to detect availability of cookies

2190

Code to Block submission of form by pressing Enter Key

TED,

2507

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

2 14996


Un-Answered Questions { Code Snippets }

I am attempting to work on a game panel with multi-server support, so in one of the pages there is a dropdown menu with servers on it, this is the part i am having issues with is server 1 is chosen i need access to the username running a script to server 1 chosen i need a script that will realize its been chosen and pop up below with a username thats associated with it because the users differ on each server so i choose server 1 i need a code to pull from the db and choose the user associated with the said server please help..

2621


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)

841


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

891


How can get all database name using Php and Sql?

2191


What is the functionality of GetWindowTextLength?

611


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

2422


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

1899


We need to write the function to check the password entered is correct or not based on the following conditions.. a) It must have atleast one lower case character and one digit. b)It must not have any Upper case characters and any special characters c) length should be b/w 5-12. d) It should not have any same immediate patterns like abcanan1 : not acceptable coz of an an pattern abc11se: not acceptable, coz of pattern 11 123sd123 : acceptable, as not immediate pattern adfasdsdf : not acceptable, as no digits Aasdfasd12: not acceptable, as have uppercase character

4484


How can I Draw an ellipse in 3d space and color it by using graph3d?

2649


Write a program to reverse a number in python?

851


How we work on N tire architecture in asp.net Please give me Examle...

18020


What is the functionality of SetForegroundWindow?

590


code to get the coordinates of a Click Event

2230


How can I create connection two blue-tooth mobile in j2me. please urgent

2385


How to Check if Folder Exists?

572