Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Team,

I am using Html5 with JavaScript.
I need a requirement like below.
I am retrieving all values from the SQL database and that values are returned into a table.
Now I need to provide a feature after displaying values in table that is, whenever i will select a particular row that should navigate to the another page.

Actually I don't know this feature can be done or not. But I am trying, please any one can guide me.
Any suggestions would be appreciated.

Thanks in advance.
Posted
v2
Comments
enhzflep 17-Jul-12 3:57am    
That sounds like the same functionality that pretty much any forum provides.
Why don't you just insert the links to the other page into the table when you create it?

The key to the approach is - you don't do it after you create the table, you do it _as_ you create the table.

What language are you using in the back-end?
Unareshraju 17-Jul-12 8:08am    
i am using Sql server 2008.
Unareshraju 17-Jul-12 8:14am    
Actually i am developing corodova application for that i need to use only HTML% and javaScript.This same Functionality i did in windows phone7.but now i am developing same in Cordova sothat i required this type of navigation.
thanks for u r reply

1 solution

hi unareshraju,

Please provide correct information for ur query. as per my understanding you are retrieving data to datatable and binding that datatable to some control(datagrid/repeater/...) and what are u using in that control to select record?

kkakadiya
 
Share this answer
 
Comments
Unareshraju 17-Jul-12 8:17am    
hi kkakadiya,
Actually i didn't used any type of control.please let me know which type of control can i use.

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