i have multiple images of students and those are scrolling in my website.
And i have a students table in database.Now, when i click on a particular student image in my website it will display the details of particular Student from students table.
Loading
Bhavik PatelPosted Dec 22, 2014, 5:11 AM
create web service to fetch data from student table
just like GetStudentDetailsbyId(int id)
now, on click pass Student Id to call web service, fetch and display response using javascript popup.
Anupam SinghPosted Dec 21, 2014, 7:37 AM