i want to open a helkp file that is txt file on link
buttons click
Answer / simran_8185@rediff.com
on the button's click event use response.redirect("Name of
the file with extension");
| Is This Answer Correct ? | 0 Yes | 0 No |
in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?
0 Answers Sacred Heart College,
what is the difference between read the data from table and infotype
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
how we can connect applet with database?
Question:Why is mapping required? Computer 'Paging' & 'Segmentation'. Question:Give the disadvantages of Havander's Strategies. Question: What do you mean by Belady's Anomaly. - Describe with example. Question: Discuss the various function of OS. Question: Give a brief discussion on schedulers & Dispatchers with respect to process management.
Explain recursion with an example.
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 2 numbers. Find the missing numbers.
can we retrieve only integer/String type columns from a table,if yes how?
which is the best institute for testing tools in hyderabad?
3. . Explain the Cache memory? What is the advantage of a processor having more cache memory?
There is a table which contains all the employee details, unfortunately there is mistake occured while entering the data. ex: ------------------------------- empid empname gender address ------------------------------- 1 abcd f address1 2 defg m address2 3 ghth m address3 4 jkil f address4 write a update query that will change gender 'm' to 'f' and 'f' to 'm'