Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I am creating a mvc form called fee allocation, in which i have one dropdown for selecting class, three textboxes, one for student name,one for admission no(unique),
and one for roll no, now i get the student name an admission no from the master table student registration when i click on the search button selecting the related class in the dropdown.

Now my reqiurement is to display the roll no based on the student name of admission no in the third textbox getting from the database using jquery and also i have a master table for roll no assign ,where i assign roll no to every student,
so i need get the roll no based upon the student name or admission no.


Help will be appreciated.Thanks
Posted
Updated 26-Jun-15 20:55pm
v2

1 solution

C#
//Use ajax post to reach your requirement find the below link for reference, please let us see your code.   

http://csharp-video-tutorials.blogspot.in/2015/06/how-to-call-wcf-service-using-jquery.html[^]
 
Share this answer
 
v2

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