function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
D.vijayabhaskarD.vijayabhaskar 

visual force , Apex

a VF page that accepts hall ticket number of student searches for grade in the database and displays the result appropriately.( useing controller class)

LukashPLukashP

Is that a question ?

SFDC_LearnerSFDC_Learner

For this,

 

In Apex Class take a property to get the hall ticket number from VF page. Then with in Action method write a query that retrieves the record matches to your hall ticket number, then display this record in vf page using pageblocktable.

 

 

D.vijayabhaskarD.vijayabhaskar

Thanks for Kind of Information