Click here to Skip to main content
15,888,113 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hello sir....i have one table in which i have 3 columns First Name,Middle Name,Last Name...............but i have to show single name in datagrid view in jsp page using concat string tokenizer......for example-
First Name-Ranvir
Middle Name-Kumar
Last Name-Kapoor
i have to print
Ranvir Kumar Kapoor......
how can i do it....plz help me.......its very urgent????????
Posted
Updated 16-Jun-12 4:51am
v4
Comments
krumia 15-Jun-12 14:51pm    
String tokenizer is used to split up strings. Are you talking about the StringBuilder?
kumar ankit1 16-Jun-12 9:32am    
yes....how can i do it.......????????
Richard MacCutchan 16-Jun-12 10:50am    
I posted a link below to a tutorial on using strings; go and read it, it's very simple.

1 solution

Look here[^] for a starting tutorial.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900