K Rajesh

Greenhorn
+ Follow
since Jun 09, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by K Rajesh

Hi,
I have a situation where I want to display query result in a group of 30 results at a time.
right now I have a button which call same servlet. in the servlet I am checking whether it is firstime call or next Page call. for second call I am running same query skipping first 30 records. so no of click "next button" = no of times I am running the query.
Instead of that I'd like to use scrollable resultset

Please advice.
thanks
KR
20 years ago
OK, I changed my Name to real name
OK, will add it to proper section.
20 years ago
JSP
Initially I added this question to Jsp but I got reply saying that I should move it to HTML/Javascript
Here is my question
-------------------------
Hi,
in my Jsp, I have UserId txtbox and I want to add Search and Add Help functionality to it. So I have Button "Get Id" added next to this box.
After click, jsp should display another window with UserId populated (I already have userid/pass to connect Database). As soon as the userId selected, it should close the window and selected ID should be populated in UserId txtbox.
I hope that you will understand my problem and give me some solution.
Thanks in Advance.
AK
Hi,
in my Jsp, I have UserId txtbox and I want to add Search and Add Help functionality to it. So I have Button "Get Id" added next to this box.
After click, jsp should display another window with UserId populated (I already have userid/pass to connect Database). As soon as the userId selected, it should close the window and selected ID should be populated in UserId txtbox.
I hope that you will understand my problem and give me some solution.
Thanks in Advance.
JspPupil
20 years ago
JSP