This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.

Pandurang Shenoy

Greenhorn
+ Follow
since Mar 31, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Pandurang Shenoy

Thanx to all for replying to my Qn..
21 years ago
JSP
hello,
Can u explain a bit more as to what u wanna do,
regards
Pandurang
21 years ago
JSP
Hello all,
I am collecting user data entered in a form , then i display another JSP page for confirmation from the user and only then i want to insert the form data into the data base. So the data should go from the form to Confirm page and then to the servlet for storing into the database. my form contains really large amount of textual data ...
So,is there any solution to this..?
regards
Pandurang
21 years ago
JSP
Thanks to all for your answers
21 years ago
Hello all,
I am making use of a parameter in JSP that has multiple values(say 3 different values). I want to store all the values of that parameter in the DataBase under a single column.How can i do that..?If you know,please let me know..
Regards
Pandurang
21 years ago
JSP
Hello all,
I am making use of a parameter in JSP that has has multiple values(say 3 different values). I want to store all the values of that parameter in the DataBase under a single column.How can i do that..?If you know,please let me know..
Regards
Pandurang
21 years ago
JSP
i actually want my calendar menu to pop up from the point i click..the point is a picture which links to a calendar.htm...and then i select dates from it...so i want the menu to pop up from the right side of thr picture and be locked there...
21 years ago
JSP
I'm relatively new to JSP and HTML..i wud like to know how can i pass the values entered in two different forms on a single page to a servlet which is invoked...`
21 years ago
JSP
how to specify the position of a drop down menu in a JSP page. Pls answer..
21 years ago
JSP
I have a jsp page(test.jsp) and a servlet.
I have provided link in test.jsp........So,when I click on that link,it invokes the servlet and I need to pass a parameter (say a string) to the invoked Servlet...How can I do this...?Please help
21 years ago