| Author |
display data when page is shown?
|
sanjey asok
Ranch Hand
Joined: Jul 11, 2009
Posts: 36
|
|
I have a JSP and it has some controls(grid , kind of control),when the page is displayed, it has to show some Databases' table values in the control,
How it can be done in JSP?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
|
You could encrypt the values using a 2-way encryption scheme if you do not wan to expose them on the client.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
sanjey asok
Ranch Hand
Joined: Jul 11, 2009
Posts: 36
|
|
|
I want to know, is there any Method ex: load(); in which ,i have to write the code to display the data in the control
|
 |
 |
|
|
subject: display data when page is shown?
|
|
|